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

remove python3-venv from roles

This commit is contained in:
Jerry Vonau 2023-04-26 06:45:27 -05:00
parent fda10dbe66
commit eacfec8c91
2 changed files with 0 additions and 2 deletions

View file

@ -2,7 +2,6 @@
package: package:
name: name:
- imagemagick - imagemagick
- python3-venv
- python3-netifaces - python3-netifaces
state: present state: present

View file

@ -7,7 +7,6 @@
name: name:
#- python3 # 2022-12-21: IIAB pre-req, see scripts/local_facts.fact #- python3 # 2022-12-21: IIAB pre-req, see scripts/local_facts.fact
#- python3-pip #- python3-pip
- python3-venv
- python3-dev - python3-dev
- python3-bcrypt # 2019-10-14: Should work across modern Linux OS's - python3-bcrypt # 2019-10-14: Should work across modern Linux OS's
#- bcrypt does not exist on Ubuntu 19.10 #- bcrypt does not exist on Ubuntu 19.10