nxos_config CI fix (#29437)

Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
pull/29499/head
Trishna Guha 7 years ago committed by GitHub
parent bbb1ceba75
commit 2bef344512

@ -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…
Cancel
Save