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

fix nxos_command nxapi test output (#29436)

Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
This commit is contained in:
Trishna Guha 2017-09-11 14:15:56 +05:30 committed by GitHub
parent 50ae33d3c1
commit bbb1ceba75

View file

@ -41,8 +41,9 @@
- name: "Run show running-config bgp - should pass" - name: "Run show running-config bgp - should pass"
nxos_command: nxos_command:
commands: commands:
- sh running-config bgp - command: sh running-config bgp
output: text
provider: "{{ nxapi }}" provider: "{{ nxapi }}"
register: result register: result