fix nxos_system test (#40599)

Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
pull/40601/head
Trishna Guha 6 years ago committed by GitHub
parent ca0fdf0e7f
commit 8b317e77c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,7 +6,7 @@
- block:
- name: setup
nxos_config:
lines: "hostname {{ inventory_hostname }}"
lines: "hostname {{ inventory_hostname_short }}"
match: none
- name: configure hostname
@ -30,7 +30,7 @@
always:
- name: teardown
nxos_config:
lines: "hostname {{ inventory_hostname }}"
lines: "hostname {{ inventory_hostname_short }}"
match: none

Loading…
Cancel
Save