mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
kalite - setup.yml needs kalite_install boolean
to suppress setup.yml when kalite_install is set to False
This commit is contained in:
parent
b6cc93c7d1
commit
2888640fb4
1 changed files with 2 additions and 2 deletions
|
@ -29,10 +29,10 @@
|
|||
when: not test_kalite_installed.stat.exists
|
||||
|
||||
- include_tasks: setup-f18.yml
|
||||
when: not test_kalite_installed.stat.exists and is_F18
|
||||
when: not test_kalite_installed.stat.exists and is_F18 and kalite_install
|
||||
|
||||
- include_tasks: setup.yml
|
||||
when: not test_kalite_installed.stat.exists and not is_F18
|
||||
when: not test_kalite_installed.stat.exists and not is_F18 and kalite_install
|
||||
|
||||
- include_tasks: enable.yml
|
||||
when: kalite_install or kalite_installed is defined
|
||||
|
|
Loading…
Reference in a new issue