nxos_config CI fix (#29437)
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
This commit is contained in:
parent
bbb1ceba75
commit
2bef344512
4 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue