mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
roll up of fixes for nxos_facts (#21954)
* fixes commands to work with nxapi * updates test case timeouts
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
provider: "{{ nxapi }}"
|
||||
gather_subset:
|
||||
- all
|
||||
timeout: 60
|
||||
register: result
|
||||
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
provider: "{{ nxapi }}"
|
||||
gather_subset:
|
||||
- "!hardware"
|
||||
timeout: 30
|
||||
register: result
|
||||
|
||||
- assert:
|
||||
|
||||
Reference in New Issue
Block a user