Dropping old method of updating pip
This commit is contained in:
parent
2300741caf
commit
ba0b726b8a
1 changed files with 0 additions and 4 deletions
|
@ -8,10 +8,6 @@
|
||||||
register: pip_install
|
register: pip_install
|
||||||
when: ansible_python_version is version('3', '>=')
|
when: ansible_python_version is version('3', '>=')
|
||||||
|
|
||||||
- name: Upgrade pip
|
|
||||||
command : pip3 install -U pip
|
|
||||||
when: pip_install.changed
|
|
||||||
|
|
||||||
- name: Upgrade pip
|
- name: Upgrade pip
|
||||||
pip:
|
pip:
|
||||||
name: pip
|
name: pip
|
||||||
|
|
Loading…
Reference in a new issue