nxos_config CI fix (#29437)

Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
This commit is contained in:
Trishna Guha 2017-09-11 14:17:17 +05:30 committed by GitHub
parent bbb1ceba75
commit 2bef344512
4 changed files with 8 additions and 8 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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