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:
parent
1ae075494e
commit
c2118d1ec6
1 changed files with 4 additions and 0 deletions
|
@ -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 }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue