vyos: Don't run show commands that are over ANSIBLE_VYOS_TERMINAL_LENGTH (#18682)

pull/18685/head
John R Barker 8 years ago committed by GitHub
parent 4da7a7ce0e
commit d22f7b4919

@ -30,12 +30,12 @@
- name: Get output for multiple commands that call less explicitly
vyos_command:
commands:
# NOTE: We only test show commands that will output <ANSIBLE_VYOS_TERMINAL_LENGTH
# Otherwise you will get ": "timeout trying to send command: show log authorization"
- show hardware cpu detail
- show hardware mem
- show license
- show log
- show log all
- show log authorization
- show system boot-messages
provider: "{{ cli }}"
register: result

Loading…
Cancel
Save