Merge "Install setuptools before creating virtualenv"
This commit is contained in:
commit
1424835969
@ -59,6 +59,12 @@
|
||||
mode: 0700
|
||||
become: True
|
||||
|
||||
- name: Ensure Python setuptools is installed
|
||||
package:
|
||||
name: python3-setuptools
|
||||
state: present
|
||||
become: True
|
||||
|
||||
- name: Ensure kayobe virtualenv has the latest version of pip installed
|
||||
pip:
|
||||
name: pip
|
||||
|
Loading…
x
Reference in New Issue
Block a user