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
|
- name: Upgrade pip
|
||||||
pip:
|
pip:
|
||||||
name: pip
|
name: pip
|
||||||
executable: pip
|
executable: pip3
|
||||||
state: latest
|
state: latest
|
||||||
extra_args: --upgrade
|
extra_args: --upgrade
|
||||||
when: ansible_python_version is version('3', '>=')
|
when: ansible_python_version is version('3', '>=')
|
||||||
|
@ -27,7 +27,7 @@
|
||||||
- name: Install latest cryptography
|
- name: Install latest cryptography
|
||||||
pip:
|
pip:
|
||||||
name: cryptography
|
name: cryptography
|
||||||
executable: pip
|
executable: pip3
|
||||||
state: latest
|
state: latest
|
||||||
when: ansible_python_version is version('3', '>=')
|
when: ansible_python_version is version('3', '>=')
|
||||||
become: true
|
become: true
|
||||||
|
|
Loading…
Reference in a new issue