Remove the get_md5 parameter from ansible stat tasks

Ansible 9 removes the get_md5 parameter and it is an error to use it.
Currently openstack's zuul tenant defaults to ansible 8 but at some
point (hopefully in the not too distant future) we will set ansible 9 to
be default and we'll need to stop setting this parameter. Go ahead and
do so now.

Note this may cause ansible 8 tasks to run a little bit longer but the
impact should be minimal and makes use more future proof.

Change-Id: I9ebae82e5ab485d2d9adb4e0ef26868cbec0f80f
This commit is contained in:
Clark Boylan 2024-08-01 13:18:37 -07:00
parent f9a3c0831f
commit c6a756609f

View File

@ -3,7 +3,6 @@
path: "{{ zuul_work_dir }}/tools/tox_install.sh" path: "{{ zuul_work_dir }}/tools/tox_install.sh"
get_checksum: false get_checksum: false
get_mime: false get_mime: false
get_md5: false
register: tox_install register: tox_install
- name: Require Constraints File - name: Require Constraints File