this is just inventory_hostname

This commit is contained in:
Kevin Fenzi 2017-05-03 18:58:45 +00:00
parent 7753e2387d
commit e7c9a2281b

View file

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