Adding setuptools prereq
This commit is contained in:
parent
7c91db950b
commit
4238aa6db8
1 changed files with 6 additions and 0 deletions
|
@ -8,6 +8,12 @@
|
||||||
register: pip_install
|
register: pip_install
|
||||||
when: ansible_python_version is version('3', '>=')
|
when: ansible_python_version is version('3', '>=')
|
||||||
|
|
||||||
|
- name: Install setuptools
|
||||||
|
package:
|
||||||
|
name: python3-setuptools
|
||||||
|
state: latest
|
||||||
|
when: ansible_python_version is version('3', '>=')
|
||||||
|
|
||||||
- name: Upgrade pip
|
- name: Upgrade pip
|
||||||
pip:
|
pip:
|
||||||
name: pip
|
name: pip
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue