mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Install python-virtualenv on 6 "older" OS's
This commit is contained in:
parent
7c70f31aa5
commit
f3bee75e5f
1 changed files with 2 additions and 2 deletions
|
@ -65,8 +65,8 @@
|
|||
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 (if raspbian-9, raspbian-10, debian-9 or ubuntu-16)
|
||||
- name: Install package python-virtualenv for KA Lite and Calibre-Web, on older OS's (raspbian-9, raspbian-10, debian-9, debian-10, ubuntu-16, ubuntu-18)
|
||||
package:
|
||||
name: python-virtualenv
|
||||
state: present
|
||||
when: is_raspbian_9 or is_raspbian_10 or is_debian_9 or is_ubuntu_16
|
||||
when: is_raspbian_9 or is_raspbian_10 or is_debian_9 or is_debian_10 or is_ubuntu_16 or is_ubuntu_18
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue