nxos_system test fix inventory_hostname_short (#36359)

Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
This commit is contained in:
Trishna Guha 2018-02-18 10:32:44 +05:30 committed by GitHub
parent 591695932e
commit a5654bd63c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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