Limit pip upgrade to required devices

This commit is contained in:
Tyler Hale 2021-09-29 06:46:46 -06:00
parent ef074a4766
commit 939b00b589
Signed by: Tyler
GPG key ID: 3F9270F8F70AC13D

View file

@ -12,6 +12,7 @@
pip: pip:
name: pip name: pip
state: latest state: latest
when: ansible_python_version is version('3', '>=')
- name: Install latest python2-cryptography - name: Install latest python2-cryptography
package: package: