Fixing pip install
This commit is contained in:
parent
e29bf02832
commit
6432c2c181
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
|||
state: latest
|
||||
extra_args: --upgrade
|
||||
when: ansible_python_version is version('3', '>=')
|
||||
become: no
|
||||
become: yes
|
||||
|
||||
- name: Install latest python2-cryptography
|
||||
package:
|
||||
|
@ -30,7 +30,7 @@
|
|||
executable: pip3
|
||||
state: latest
|
||||
when: ansible_python_version is version('3', '>=')
|
||||
become: no
|
||||
become: yes
|
||||
|
||||
- name: Ensure directory exists for local self-signed TLS certs
|
||||
file:
|
||||
|
|
Loading…
Reference in a new issue