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:
Dmitriy Rabotyagov 2024-06-19 07:15:28 +02:00
parent 2fe8caf5d7
commit 953aafcdb8

View File

@ -47,7 +47,7 @@
- name: Check for pypy venv
stat:
path: "{{ swift_bin | dirname }}/{{ swift_pypy_version }}-inuse"
get_md5: False
get_checksum: False
register: local_pypy_venv_stat
- name: Remove existing venv if not pypy setup