mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00:00
Fix ios_command fix
This is not valid YAML commands. So fix it.
This commit is contained in:
@@ -79,9 +79,9 @@ EXAMPLES = """
|
||||
- "result[0] contains IOS"
|
||||
|
||||
- ios_command:
|
||||
commands:
|
||||
- show version
|
||||
- show interfaces
|
||||
commands:
|
||||
- show version
|
||||
- show interfaces
|
||||
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user