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
This commit is contained in:
Dmitriy Rabotyagov 2024-08-02 09:27:48 +02:00
parent 9f5b23a2e4
commit b30628cd4d

View File

@ -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