1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

really call hostname.yml

This commit is contained in:
Jerry Vonau 2018-05-17 11:42:33 -05:00
parent 1ae075494e
commit c2118d1ec6

View file

@ -161,6 +161,10 @@
FQDN_changed: True
when: iiab_fqdn != ansible_fqdn
- name: Setting hostname
include_tasks: hostname.yml
when: FQDN_changed
- name: Add version section
ini_file:
dest: "{{ iiab_config_file }}"