mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix nxos_vxlan_vtep test (#49479)
This commit is contained in:
parent
8de46f5cf7
commit
415292d618
1 changed files with 4 additions and 0 deletions
|
@ -27,6 +27,10 @@
|
||||||
- set_fact: def_global_suppress_arp="false"
|
- set_fact: def_global_suppress_arp="false"
|
||||||
when: platform is search('N9K') and (major_version is version('9.2', 'ge'))
|
when: platform is search('N9K') and (major_version is version('9.2', 'ge'))
|
||||||
|
|
||||||
|
# This parameter requires a switch reload.
|
||||||
|
# The line below can be commented out if needed to verify the functionality.
|
||||||
|
- set_fact: global_suppress_arp="false"
|
||||||
|
|
||||||
- block:
|
- block:
|
||||||
- name: "Apply N7K specific setup config"
|
- name: "Apply N7K specific setup config"
|
||||||
include: targets/nxos_vxlan_vtep/tasks/platform/n7k/setup.yaml
|
include: targets/nxos_vxlan_vtep/tasks/platform/n7k/setup.yaml
|
||||||
|
|
Loading…
Reference in a new issue