mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-31 15:53:09 +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
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user