mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07:00
Fix ios_command fix
This is not valid YAML commands. So fix it.
This commit is contained in:
parent
0bd95d0f2d
commit
96ce498b77
1 changed files with 3 additions and 3 deletions
|
@ -79,9 +79,9 @@ EXAMPLES = """
|
||||||
- "result[0] contains IOS"
|
- "result[0] contains IOS"
|
||||||
|
|
||||||
- ios_command:
|
- ios_command:
|
||||||
commands:
|
commands:
|
||||||
- show version
|
- show version
|
||||||
- show interfaces
|
- show interfaces
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue