1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-14 20:22:08 +00:00

avoid 1-prep post install

This commit is contained in:
Jerry Vonau 2017-09-19 21:18:07 -05:00
parent dfab9635bc
commit 2fc670a885
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@
- /etc/iiab/config_vars.yml - /etc/iiab/config_vars.yml
roles: roles:
- { role: 1-prep, tags: ['prep','platform','base'] } - { role: netvars, tags: ['netvars'] }
- { role: 4-server-options, tags: ['options'] } - { role: 4-server-options, tags: ['options'] }
- { role: 5-xo-services, tags: ['xo-services'] } - { role: 5-xo-services, tags: ['xo-services'] }
- { role: 6-generic-apps, tags: ['generic-apps'] } - { role: 6-generic-apps, tags: ['generic-apps'] }

View file

@ -1,3 +1,3 @@
- include: roles/1-prep/tasks/computed_vars.yml - include: roles/1-prep/tasks/computed_vars.yml
- include: roles/1-prep/tasks/detected_network.yml - include: roles/1-prep/tasks/detected_network.yml
when: not installing when: not installing