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

jiggle fl.yml to run before squid

This commit is contained in:
Jerry Vonau 2017-11-06 20:00:10 -06:00
parent 9fe05cbfd4
commit 651755f2ff
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
- name: Creat filesytem layout
include_tasks: roles/2-common/tasks/fl.yml
when: first_run
- name: turn the crank for systemd - name: turn the crank for systemd
shell: hostnamectl set-hostname "{{ iiab_hostname }}.{{ iiab_domain }}" shell: hostnamectl set-hostname "{{ iiab_hostname }}.{{ iiab_domain }}"
when: is_debuntu when: is_debuntu

View file

@ -6,7 +6,7 @@
#- include_tasks: iiab_ini.yml #- include_tasks: iiab_ini.yml
# create the directory structure for IIAB # create the directory structure for IIAB
- include_tasks: fl.yml #- include_tasks: fl.yml
- include_tasks: xo.yml - include_tasks: xo.yml
when: xo_model != "none" or osbuilder is defined when: xo_model != "none" or osbuilder is defined