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

python-virtualenv context (raspbian-9, raspbian-10, debian-9 or ubuntu-16)

This commit is contained in:
A Holt 2019-11-01 10:54:09 -04:00 committed by GitHub
parent 84ffa1ed3a
commit 7c70f31aa5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,7 +65,7 @@
state: present
# 2019-10-31: roles/kalite crashed without the following python-virtualenv -- weirdly python3-virtualenv was installed on Raspbian (not sure why) but insufficient
- name: Install package python-virtualenv for KA Lite and Calibre-Web
- name: Install package python-virtualenv for KA Lite and Calibre-Web (if raspbian-9, raspbian-10, debian-9 or ubuntu-16)
package:
name: python-virtualenv
state: present