Fixing pip upgrade
This commit is contained in:
parent
6f75dcbce5
commit
f146126a13
1 changed files with 2 additions and 1 deletions
|
@ -11,9 +11,10 @@
|
|||
- name: Upgrade pip
|
||||
pip:
|
||||
name: pip
|
||||
executable: pip3
|
||||
state: latest
|
||||
extra_args: --upgrade
|
||||
when: ansible_python_version is version('3', '>=')
|
||||
become: no
|
||||
|
||||
- name: Install latest python2-cryptography
|
||||
package:
|
||||
|
|
Loading…
Reference in a new issue