fix typo of nos_command module example (#44125)

Thanks for the fix!
pull/44135/head
akira6592 6 years ago committed by Sandra McCann
parent 56661f4777
commit 9a39b49ebc

@ -62,7 +62,7 @@ Example CLI Task
- name: Get version information (nos)
nos_command:
command: "show version"
commands: "show version"
register: show_ver
when: ansible_network_os == 'nos'

Loading…
Cancel
Save