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-08-30 21:02:24 -04:00 committed by GitHub
parent 4170bee005
commit a8b26507bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,12 +2,12 @@
# Assume all XOs are F18 and nothing else is
- name: Calc KA Lite db file name (Fedora 18)
- name: Set KA Lite's SQLite filename (Fedora 18)
set_fact:
kalite_db_name: "{{ kalite_root }}/kalite/database/data.sqlite"
when: is_F18
- name: Calc KA Lite db file name (OS's other than Fedora 18)
- name: Set KA Lite's SQLite filename (OS's other than Fedora 18)
set_fact:
kalite_db_name: "{{ kalite_root }}/database/data.sqlite"
when: not is_F18
@ -46,7 +46,7 @@
- option: name
value: "KA Lite"
- option: description
value: '"KA Lite is a server to present Khan Academy videos offline and to download them."'
value: '"KA Lite downloads Khan Academy videos for offline use, with exercises and accounts if you want to track your own progress."'
- option: path
value: "{{ kalite_root }}"
- option: port