From b30628cd4d4538fecdba169f06c6710ad5ba32be Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Fri, 2 Aug 2024 09:27:48 +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: Ie84e232d8742b71200983c92aaadac965bb9a202 --- 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 c7919ea508..2d246c554a 100644 --- a/zuul.d/playbooks/post.yml +++ b/zuul.d/playbooks/post.yml @@ -36,7 +36,6 @@ path: "{{ ansible_user_dir }}/src/opendev.org/openstack/openstack-ansible/logs" get_attributes: no get_checksum: no - get_md5: no get_mime: no register: logs_folder