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