mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
nxos_config CI fix (#29437)
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
nxos_config:
|
||||
lines:
|
||||
- "snmp-server contact ansible"
|
||||
- "hostname {{ inventory_hostname_short }}"
|
||||
- "hostname switch"
|
||||
provider: "{{ cli }}"
|
||||
match: none
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
nxos_config:
|
||||
lines:
|
||||
- "no snmp-server contact"
|
||||
- "hostname {{ inventory_hostname_short }}"
|
||||
- "hostname switch"
|
||||
provider: "{{ cli }}"
|
||||
match: none
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
nxos_config:
|
||||
lines:
|
||||
- "snmp-server contact ansible"
|
||||
- "hostname {{ inventory_hostname_short }}"
|
||||
- "hostname switch"
|
||||
provider: "{{ cli }}"
|
||||
match: none
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
nxos_config:
|
||||
lines:
|
||||
- "no snmp-server contact"
|
||||
- "hostname {{ inventory_hostname_short }}"
|
||||
- "hostname switch"
|
||||
provider: "{{ cli }}"
|
||||
match: none
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
nxos_config:
|
||||
lines:
|
||||
- "snmp-server contact ansible"
|
||||
- "hostname {{ inventory_hostname_short }}"
|
||||
- "hostname switch"
|
||||
provider: "{{ nxapi }}"
|
||||
match: none
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
nxos_config:
|
||||
lines:
|
||||
- "no snmp-server contact ansible"
|
||||
- "hostname {{ inventory_hostname_short }}"
|
||||
- "hostname switch"
|
||||
provider: "{{ nxapi }}"
|
||||
match: none
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
nxos_config:
|
||||
lines:
|
||||
- "snmp-server contact ansible"
|
||||
- "hostname {{ inventory_hostname_short }}"
|
||||
- "hostname switch"
|
||||
provider: "{{ nxapi }}"
|
||||
match: none
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
nxos_config:
|
||||
lines:
|
||||
- "no snmp-server contact ansible"
|
||||
- "hostname {{ inventory_hostname_short }}"
|
||||
- "hostname switch"
|
||||
provider: "{{ nxapi }}"
|
||||
match: none
|
||||
|
||||
|
||||
Reference in New Issue
Block a user