[prog:python] also install python2 pip
This commit is contained in:
parent
c39af8931d
commit
94764e6d29
|
@ -1,7 +1,9 @@
|
||||||
---
|
---
|
||||||
- name: install pip
|
- name: install pip
|
||||||
apt:
|
apt:
|
||||||
name: "python3-pip"
|
name:
|
||||||
|
- python-pip
|
||||||
|
- python3-pip
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: install python modules via apt
|
- name: install python modules via apt
|
||||||
|
|
Reference in a new issue