mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-06 09:11:29 -07:00
Vyos config fixes (#21862)
* Fix vyos signatures to match new versions * Fix test cases referring to 'updates' instead of 'commands' * I think this is an artifact of `connection: network_cli`?
This commit is contained in:
parent
ca21d09483
commit
9b9ed59d98
6 changed files with 5 additions and 29 deletions
|
@ -17,7 +17,7 @@
|
|||
- assert:
|
||||
that:
|
||||
- "result.changed == true"
|
||||
- "'set system host-name foo' in result.updates"
|
||||
- "'set system host-name foo' in result.commands"
|
||||
|
||||
- name: collect system commits
|
||||
vyos_command:
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
- assert:
|
||||
that:
|
||||
- "result.changed == true"
|
||||
- "'set system host-name foo' in result.updates"
|
||||
- "'set system host-name foo' in result.commands"
|
||||
|
||||
- name: check simple config command idempontent
|
||||
vyos_config:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue