1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

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) - name: Get version information (nos)
nos_command: nos_command:
command: "show version" commands: "show version"
register: show_ver register: show_ver
when: ansible_network_os == 'nos' when: ansible_network_os == 'nos'