mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 11:12:06 +00:00
avoid 1-prep post install
This commit is contained in:
parent
dfab9635bc
commit
2fc670a885
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
|||
- /etc/iiab/config_vars.yml
|
||||
|
||||
roles:
|
||||
- { role: 1-prep, tags: ['prep','platform','base'] }
|
||||
- { role: netvars, tags: ['netvars'] }
|
||||
- { role: 4-server-options, tags: ['options'] }
|
||||
- { role: 5-xo-services, tags: ['xo-services'] }
|
||||
- { role: 6-generic-apps, tags: ['generic-apps'] }
|
||||
|
|
|
@ -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
|
||||
when: not installing
|
||||
|
|
Loading…
Reference in a new issue