mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 19:31:26 -07:00
Fix indentation to match other examples (#21080)
This commit is contained in:
parent
d94f9bdd8d
commit
c6a5d9c8bf
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ tasks:
|
||||||
wait_for: result[0] contains IOS
|
wait_for: result[0] contains IOS
|
||||||
|
|
||||||
- name: run multiple commands on remote nodes
|
- name: run multiple commands on remote nodes
|
||||||
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