mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Merge pull request #2087 from jvonau/ka-setup
kalite - setup.yml needs kalite_install boolean
This commit is contained in:
commit
a9e8e3d8f5
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