From c6a756609fa6a7fe435c4c778c10ce191a9bcca8 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Thu, 1 Aug 2024 13:18:37 -0700 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. 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 --- roles/neutron-horizon-hack/tasks/main.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/neutron-horizon-hack/tasks/main.yaml b/roles/neutron-horizon-hack/tasks/main.yaml index c06b7811..c7736b11 100644 --- a/roles/neutron-horizon-hack/tasks/main.yaml +++ b/roles/neutron-horizon-hack/tasks/main.yaml @@ -3,7 +3,6 @@ path: "{{ zuul_work_dir }}/tools/tox_install.sh" get_checksum: false get_mime: false - get_md5: false register: tox_install - name: Require Constraints File