mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
fix nxos_system test (#40599)
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
This commit is contained in:
parent
ca0fdf0e7f
commit
8b317e77c2
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue