Limit pip upgrade to required devices
This commit is contained in:
parent
ef074a4766
commit
939b00b589
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue