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:
parent
766d2b618b
commit
84ffa1ed3a
1 changed files with 2 additions and 1 deletions
|
@ -69,3 +69,4 @@
|
||||||
package:
|
package:
|
||||||
name: python-virtualenv
|
name: python-virtualenv
|
||||||
state: present
|
state: present
|
||||||
|
when: is_raspbian_9 or is_raspbian_10 or is_debian_9 or is_ubuntu_16
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue