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

Only install python-virtualenv on older OS's (where does python3-virtualenv come from?)

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

View file

@ -66,6 +66,7 @@
# 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
package:
package:
name: python-virtualenv
state: present
when: is_raspbian_9 or is_raspbian_10 or is_debian_9 or is_ubuntu_16