this is just inventory_hostname
This commit is contained in:
parent
7753e2387d
commit
e7c9a2281b
1 changed files with 2 additions and 2 deletions
|
@ -26,11 +26,11 @@
|
|||
when: nodns is not defined or not "true" in nodns
|
||||
|
||||
- name: Run zone-template (fedoraproject.org)
|
||||
local_action: command {{tmp.stdout}}/zone-template {{tmp.stdout}}/fedoraproject.org.cfg {{status}} {{ansible_inventory_hostname}} chdir={{tmp.stdout}}
|
||||
local_action: command {{tmp.stdout}}/zone-template {{tmp.stdout}}/fedoraproject.org.cfg {{status}} {{inventory_hostname}} chdir={{tmp.stdout}}
|
||||
when: nodns is not defined or not "true" in nodns
|
||||
|
||||
- name: Run zone-template (getfedora.org)
|
||||
local_action: command {{tmp.stdout}}/zone-template {{tmp.stdout}}/getfedora.org.cfg {{status}} {{ansible_inventory_hostname}} chdir={{tmp.stdout}}
|
||||
local_action: command {{tmp.stdout}}/zone-template {{tmp.stdout}}/getfedora.org.cfg {{status}} {{inventory_hostname}} chdir={{tmp.stdout}}
|
||||
when: nodns is not defined or not "true" in nodns
|
||||
|
||||
- name: Commit once
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue