Fix ios_command fix
This is not valid YAML commands. So fix it.
This commit is contained in:
parent
5692c20770
commit
e851e91b49
1 changed files with 3 additions and 3 deletions
|
@ -79,9 +79,9 @@ EXAMPLES = """
|
|||
- "result[0] contains IOS"
|
||||
|
||||
- ios_command:
|
||||
commands:
|
||||
- show version
|
||||
- show interfaces
|
||||
commands:
|
||||
- show version
|
||||
- show interfaces
|
||||
|
||||
"""
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue