mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-16 18:05:27 -07:00
Fixes nxos_l2_interface tests (#34514)
* Update nxos tests that got missed in the first pass * Add setup for setting interfaces to layer2
This commit is contained in:
parent
e9bb5da37e
commit
c5d0b15160
25 changed files with 103 additions and 45 deletions
|
@ -1,5 +1,7 @@
|
|||
---
|
||||
- debug: msg="START {{ connection.transport }} nxos_pim_rp_address sanity"
|
||||
- debug: msg="START connection={{ ansible_connection }} nxos_pim_rp_address sanity"
|
||||
- debug: msg="Using provider={{ connection.transport }}"
|
||||
when: ansible_connection == "local"
|
||||
|
||||
- set_fact: bidir="false"
|
||||
when: platform is search('N3K')
|
||||
|
@ -127,4 +129,4 @@
|
|||
- name: "Disable feature PIM"
|
||||
nxos_feature: *disable_feature
|
||||
|
||||
- debug: msg="END {{ connection.transport }} nxos_pim_rp_address sanity"
|
||||
- debug: msg="END connection={{ ansible_connection }} nxos_pim_rp_address sanity"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue