mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
vyos: Don't run show commands that are over ANSIBLE_VYOS_TERMINAL_LENGTH (#18682)
This commit is contained in:
@@ -30,12 +30,12 @@
|
|||||||
- name: Get output for multiple commands that call less explicitly
|
- name: Get output for multiple commands that call less explicitly
|
||||||
vyos_command:
|
vyos_command:
|
||||||
commands:
|
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 cpu detail
|
||||||
- show hardware mem
|
- show hardware mem
|
||||||
- show license
|
- show license
|
||||||
- show log
|
- show log
|
||||||
- show log all
|
|
||||||
- show log authorization
|
|
||||||
- show system boot-messages
|
- show system boot-messages
|
||||||
provider: "{{ cli }}"
|
provider: "{{ cli }}"
|
||||||
register: result
|
register: result
|
||||||
|
|||||||
Reference in New Issue
Block a user