Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
(cherry picked from commit a5654bd63c
)
This commit is contained in:
parent
f5fa91c152
commit
22b4d69a7b
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
|
||||
provider: "{{ connection }}"
|
||||
|
||||
|
@ -33,7 +33,7 @@
|
|||
always:
|
||||
- name: teardown
|
||||
nxos_config:
|
||||
lines: "hostname {{ inventory_hostname }}"
|
||||
lines: "hostname {{ inventory_hostname_short }}"
|
||||
match: none
|
||||
provider: "{{ connection }}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue