We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a885932 commit 95dac2cCopy full SHA for 95dac2c
tasks/package.yml
@@ -3,6 +3,7 @@
3
apt:
4
pkg: "{{python_packages_add}}"
5
state: "present"
6
+ update_cache: true
7
when: python_packages_add|default([])|length > 0
8
9
- name: "Make sure old packages are removed"
vars/debian-11.yml
@@ -0,0 +1,10 @@
1
+---
2
+python_packages_add:
+ - "python3"
+ - "python3-dev"
+ - "python3-venv"
+ - "python3-distutils"
+
+python_packages_remove:
+ - "python2.7"
10
+ - "python2.7-dev"
0 commit comments