mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Use 'hostname switch' on setup/teardown tasks for nxos_config non_idempotent (#29132)
inventory_hostname breaks CI due to too long string.
This commit is contained in:
committed by
GitHub
parent
8b6e3272f2
commit
497e6cf405
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user