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:
parent
04368ffbe9
commit
89c0bc9d8d
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue