fix stat condition
This commit is contained in:
parent
5fc212fcf4
commit
68a6949afb
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
- name: Setup pip3
|
- name: Setup pip3
|
||||||
command: /bin/python3.6 -m ensurepip
|
command: /bin/python3.6 -m ensurepip
|
||||||
changed_when: __python3_pip.stat.exists
|
changed_when: not __python3_pip.stat.exists
|
||||||
|
|
||||||
- name: Link binaries to '__python3_link_bin_path'
|
- name: Link binaries to '__python3_link_bin_path'
|
||||||
file:
|
file:
|
||||||
|
Loading…
Reference in New Issue
Block a user