From 27e65ba84f22dd8368c9b2f2af6cf200ef4fa43d Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Mon, 16 Oct 2023 15:53:16 -0700 Subject: [PATCH] Update to Ansible 8 on bridge Zuul has already made the move; we should catch up. Part of this is motivated by the weird failures we've seen when creating the LE certcheck domains list in an Ansible loop though I've no real evidence that upgrading would fix this. Python on bridge is 3.10 which should be compatible with Ansible 8. Full (and probably far too dense) changelogs can be found here: https://github.com/ansible-community/ansible-build-data/blob/main/8/CHANGELOG-v8.rst A prior patchset temporarily updated zuul configs to run most of our system-config-run-* jobs using ansible 8. They all passed implying that our playbooks and roles will function under the newer version of ansible. Change-Id: Ie1b4e5363c56c0dcd61721fb0ea061d5198ecfed --- playbooks/roles/install-ansible/tasks/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/roles/install-ansible/tasks/main.yaml b/playbooks/roles/install-ansible/tasks/main.yaml index dabfba0ad2..4cfe3570b7 100644 --- a/playbooks/roles/install-ansible/tasks/main.yaml +++ b/playbooks/roles/install-ansible/tasks/main.yaml @@ -7,7 +7,7 @@ - name: Set defaults set_fact: _install_ansible_requirements: - - 'ansible<8' + - 'ansible<9' - 'openstacksdk' - name: Add ARA to defaults if enabled