1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

install python2 for kalite

This commit is contained in:
Jerry Vonau 2020-03-19 05:45:26 -05:00
parent 04368ffbe9
commit 89c0bc9d8d

View file

@ -11,6 +11,11 @@
# ignore_errors: yes
# when: is_raspbian | bool
- name: Install python2
package:
name: python2
state: present
- name: Use pip to install KA Lite static to {{ kalite_venv }}
pip:
name: ka-lite-static