Remove Python 2 packages
This commit is contained in:
parent
2483542b98
commit
132b6d800a
@ -28,7 +28,6 @@
|
|||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
state: present
|
state: present
|
||||||
loop:
|
loop:
|
||||||
- python-passlib
|
|
||||||
- python3-passlib
|
- python3-passlib
|
||||||
|
|
||||||
- name: install package
|
- name: install package
|
||||||
|
@ -67,9 +67,7 @@ util_packages:
|
|||||||
interpreters:
|
interpreters:
|
||||||
- lua5.3
|
- lua5.3
|
||||||
python:
|
python:
|
||||||
- python-pip
|
|
||||||
- python3-pip
|
- python3-pip
|
||||||
- python-requests
|
|
||||||
- python3-requests
|
- python3-requests
|
||||||
fun:
|
fun:
|
||||||
- cmatrix
|
- cmatrix
|
||||||
|
Loading…
Reference in New Issue
Block a user