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
|
||||
when: ansible_python_version is version('3', '>=')
|
||||
|
||||
- name: Upgrade pip
|
||||
command : pip3 install -U pip
|
||||
when: pip_install.changed
|
||||
|
||||
- name: Upgrade pip
|
||||
pip:
|
||||
name: pip
|
||||
|
|
Loading…
Reference in a new issue