[prog:python] also install python2 pip

This commit is contained in:
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

View file

@ -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