From 953aafcdb8d1abc8472464e80a39a39e3517d889 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Wed, 19 Jun 2024 07:15:28 +0200 Subject: [PATCH] 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 --- tasks/swift_pypy_setup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/swift_pypy_setup.yml b/tasks/swift_pypy_setup.yml index 1cbf7f69..6c0cf54b 100644 --- a/tasks/swift_pypy_setup.yml +++ b/tasks/swift_pypy_setup.yml @@ -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