Testing pip updates
This commit is contained in:
parent
eecd773da8
commit
99c5cbc9a7
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
- name: Upgrade pip
|
||||
pip:
|
||||
name: pip
|
||||
executable: pip
|
||||
executable: pip3
|
||||
state: latest
|
||||
extra_args: --upgrade
|
||||
when: ansible_python_version is version('3', '>=')
|
||||
|
@ -27,7 +27,7 @@
|
|||
- name: Install latest cryptography
|
||||
pip:
|
||||
name: cryptography
|
||||
executable: pip
|
||||
executable: pip3
|
||||
state: latest
|
||||
when: ansible_python_version is version('3', '>=')
|
||||
become: true
|
||||
|
|
Loading…
Reference in a new issue