Skip to content

Commit 95dac2c

Browse files
committed
newer python and earlier in the cycle
1 parent a885932 commit 95dac2c

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

tasks/package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
apt:
44
pkg: "{{python_packages_add}}"
55
state: "present"
6+
update_cache: true
67
when: python_packages_add|default([])|length > 0
78

89
- name: "Make sure old packages are removed"

vars/debian-11.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
python_packages_add:
3+
- "python3"
4+
- "python3-dev"
5+
- "python3-venv"
6+
- "python3-distutils"
7+
8+
python_packages_remove:
9+
- "python2.7"
10+
- "python2.7-dev"

0 commit comments

Comments
 (0)