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
This commit is contained in:
Ian Wienand 2022-11-25 10:39:37 +11:00
parent d741b66e94
commit 368b781cc6
No known key found for this signature in database

View File

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