mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-01 11:44:24 -07:00
Fix missing colons in network module examples (#4778)
This commit is contained in:
parent
d73fbaaf05
commit
bac0c4595c
6 changed files with 14 additions and 14 deletions
|
@ -96,7 +96,7 @@ vars:
|
|||
- name: run show verion on remote devices
|
||||
nxos_command:
|
||||
commands: show version
|
||||
provider "{{ cli }}"
|
||||
provider: "{{ cli }}"
|
||||
|
||||
- name: run show version and check to see if output contains Cisco
|
||||
nxos_command:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue