1
0
Fork 0
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:
A Holt 2019-12-31 11:25:50 -05:00 committed by GitHub
commit a9e8e3d8f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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