Commit 565e72bb authored by nanahira's avatar nanahira

fix debian 12 things

parent 1f8b7073
Pipeline #22320 passed with stage
in 8 minutes and 35 seconds
......@@ -63,6 +63,22 @@
- 3.7
- 3.8
- 3.9
- 3.10
- 3.11
- name: clean external managed flag
become: true
file:
path: /usr/lib/python{{item}}/EXTERNALLY-MANAGED
state: absent
with_items:
- 2.7
- 3.5
- 3.6
- 3.7
- 3.8
- 3.9
- 3.10
- 3.11
- name: upgrade pip
become: true
pip:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment