From 368b781cc6c6e43a3ff43893ec177038491298da Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Fri, 25 Nov 2022 10:39:37 +1100 Subject: [PATCH] bridge: change prod Ansible policy to <8 Instead of pinning to an exact release, make this just accept anything from the current version series. I think this is a good trade-off between us have to bump every single time a point release comes out, but also not jumping too far and breaking production. Change-Id: I4789fe99651597b073e35066ec3be312e18659b8 --- playbooks/bootstrap-bridge.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/bootstrap-bridge.yaml b/playbooks/bootstrap-bridge.yaml index d9e4724a82..910a6eb30a 100644 --- a/playbooks/bootstrap-bridge.yaml +++ b/playbooks/bootstrap-bridge.yaml @@ -28,7 +28,7 @@ name: install-ansible vars: install_ansible_name: '{{ bridge_ansible_name | default("ansible") }}' - install_ansible_version: '{{ bridge_ansible_version | default("7.0.0") }}' + install_ansible_version: '{{ bridge_ansible_version | default("<8") }}' install_ansible_openstacksdk_name: '{{ bridge_openstacksdk_name | default("openstacksdk") }}' install_ansible_openstacksdk_version: '{{ bridge_openstacksdk_verison | default("latest") }}' # NOTE(ianw): At 2018-12, ARA is only enabled during gate