mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-22 20:13:59 -07:00
Nxos restore provider to nxapi tests (#41818)
* Quick and dirty sed to add provider * Manually verify the rest of the cases * Add missing provider
This commit is contained in:
parent
1659951710
commit
a197125954
127 changed files with 713 additions and 0 deletions
|
@ -7,11 +7,13 @@
|
|||
- name: enable feature vtp
|
||||
nxos_feature:
|
||||
feature: vtp
|
||||
provider: "{{ connection }}"
|
||||
state: enabled
|
||||
|
||||
- name: configure vtp version
|
||||
nxos_vtp_version: &configure
|
||||
version: 2
|
||||
provider: "{{ connection }}"
|
||||
register: result
|
||||
|
||||
- assert: &true
|
||||
|
@ -30,6 +32,7 @@
|
|||
- name: disable feature vtp
|
||||
nxos_feature:
|
||||
feature: vtp
|
||||
provider: "{{ connection }}"
|
||||
state: disabled
|
||||
|
||||
- debug: msg="END connection={{ ansible_connection }} nxos_vtp_version sanity test"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue