Use 'hostname switch' on setup/teardown tasks for nxos_config non_idempotent (#29132)
inventory_hostname breaks CI due to too long string.
(cherry picked from commit 497e6cf405
)
This commit is contained in:
parent
3483040a17
commit
2f3c1867f7
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
- name: setup
|
||||
nxos_config:
|
||||
lines: hostname {{ inventory_hostname_short }}
|
||||
lines: hostname switch
|
||||
provider: "{{ connection }}"
|
||||
match: none
|
||||
|
||||
|
@ -32,7 +32,7 @@
|
|||
|
||||
- name: teardown
|
||||
nxos_config:
|
||||
lines: hostname {{ inventory_hostname_short }}
|
||||
lines: hostname switch
|
||||
provider: "{{ connection }}"
|
||||
match: none
|
||||
|
||||
|
|
Loading…
Reference in a new issue