From 651a8ee1ffe9e3dab8bff3effccae0ce12005d4a Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Fri, 2 Aug 2024 09:30:34 +0200 Subject: [PATCH] Remove the get_md5 parameter from ansible stat tasks Ansible 9 removes the get_md5 parameter and it is an error to use it. So let's remove it now before jobs will start failing once Zuul will bump ansible version. Change-Id: Ie88e5a865081d07edabf8ec53b984d66a85a1687 --- zuul.d/playbooks/post.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/zuul.d/playbooks/post.yml b/zuul.d/playbooks/post.yml index 1192e8d6..49a9b812 100644 --- a/zuul.d/playbooks/post.yml +++ b/zuul.d/playbooks/post.yml @@ -46,7 +46,6 @@ path: "{{ ansible_user_dir }}/src/{{ current_test_repo }}/logs" get_attributes: no get_checksum: no - get_md5: no get_mime: no register: logs_folder