mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
fix nxos_command nxapi test output (#29436)
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
This commit is contained in:
@@ -41,8 +41,9 @@
|
||||
|
||||
- name: "Run show running-config bgp - should pass"
|
||||
nxos_command:
|
||||
commands:
|
||||
- sh running-config bgp
|
||||
commands:
|
||||
- command: sh running-config bgp
|
||||
output: text
|
||||
provider: "{{ nxapi }}"
|
||||
register: result
|
||||
|
||||
|
||||
Reference in New Issue
Block a user