mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
ios test changes (#35510)
* Fix over-byte * Update ios tests to call `provider` To continue to support testing `connection: local` * Fix command dict handling in ios_user * Clean up unit tests, too
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
ios_command:
|
||||
commands:
|
||||
- show version
|
||||
authorize: yes
|
||||
provider: "{{ cli }}"
|
||||
wait_for:
|
||||
- "result[0] contains bad_value_string"
|
||||
register: result
|
||||
|
||||
Reference in New Issue
Block a user