fix typo of nos_command module example (#44125)

Thanks for the fix!
This commit is contained in:
akira6592 2018-08-15 02:26:57 +09:00 committed by Sandra McCann
parent 56661f4777
commit 9a39b49ebc

View file

@ -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'