1
0
Fork 0
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:
A Holt 2018-07-16 14:49:29 -04:00 committed by GitHub
parent 7a76f4e87a
commit 15eecbc48e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,8 @@
when: not is_F18
- name: See if KA Lite is already configured
stat: path="{{ kalite_db_name }}"
stat:
path: "{{ kalite_db_name }}"
register: kalite_installed
- include_tasks: install-f18.yml