mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update main.yml
This commit is contained in:
parent
7a76f4e87a
commit
15eecbc48e
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@
|
||||||
when: not is_F18
|
when: not is_F18
|
||||||
|
|
||||||
- name: See if KA Lite is already configured
|
- name: See if KA Lite is already configured
|
||||||
stat: path="{{ kalite_db_name }}"
|
stat:
|
||||||
|
path: "{{ kalite_db_name }}"
|
||||||
register: kalite_installed
|
register: kalite_installed
|
||||||
|
|
||||||
- include_tasks: install-f18.yml
|
- include_tasks: install-f18.yml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue