Testing using pip to upgrade pip cleanly

This commit is contained in:
Tyler Hale 2021-09-23 14:48:45 -06:00
parent d3f5083213
commit 2300741caf
Signed by: Tyler
GPG key ID: 3F9270F8F70AC13D

View file

@ -12,6 +12,11 @@
command : pip3 install -U pip
when: pip_install.changed
- name: Upgrade pip
pip:
name: pip
state: latest
- name: Install latest python2-cryptography
package:
name: python2-cryptography