Fixing pip install

This commit is contained in:
Tyler Hale 2022-07-08 05:39:21 -06:00
parent e29bf02832
commit 6432c2c181
Signed by: Tyler
GPG key ID: C7CC4B910D88EF96

View file

@ -15,7 +15,7 @@
state: latest state: latest
extra_args: --upgrade extra_args: --upgrade
when: ansible_python_version is version('3', '>=') when: ansible_python_version is version('3', '>=')
become: no become: yes
- name: Install latest python2-cryptography - name: Install latest python2-cryptography
package: package:
@ -30,7 +30,7 @@
executable: pip3 executable: pip3
state: latest state: latest
when: ansible_python_version is version('3', '>=') when: ansible_python_version is version('3', '>=')
become: no become: yes
- name: Ensure directory exists for local self-signed TLS certs - name: Ensure directory exists for local self-signed TLS certs
file: file: