[prog:python] also install python2 pip

master
Simon Bruder 2019-02-21 18:22:49 +00:00
parent c39af8931d
commit 94764e6d29
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,9 @@
---
- name: install pip
apt:
name: "python3-pip"
name:
- python-pip
- python3-pip
state: present
- name: install python modules via apt