mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-23 04:24:00 -07:00
roll up of fixes for nxos_facts (#21954)
* fixes commands to work with nxapi * updates test case timeouts
This commit is contained in:
parent
16a39639f5
commit
a284c3f7ea
4 changed files with 22 additions and 19 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue