Testing using pip to upgrade pip cleanly
This commit is contained in:
parent
d3f5083213
commit
2300741caf
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue