Replace get_md5 parameter to stat module
get_md5 was replaced with get_checksum[1] a while ago and is not valid as of today. Change-Id: Ibfacf45144bc42256398b1ee0dca98cfe0dc05b0
This commit is contained in:
parent
2fe8caf5d7
commit
953aafcdb8
@ -47,7 +47,7 @@
|
|||||||
- name: Check for pypy venv
|
- name: Check for pypy venv
|
||||||
stat:
|
stat:
|
||||||
path: "{{ swift_bin | dirname }}/{{ swift_pypy_version }}-inuse"
|
path: "{{ swift_bin | dirname }}/{{ swift_pypy_version }}-inuse"
|
||||||
get_md5: False
|
get_checksum: False
|
||||||
register: local_pypy_venv_stat
|
register: local_pypy_venv_stat
|
||||||
|
|
||||||
- name: Remove existing venv if not pypy setup
|
- name: Remove existing venv if not pypy setup
|
||||||
|
Loading…
Reference in New Issue
Block a user