bridge: Update to Ansible 7

Just a few hours after Ifcb88f57a4e6b721eb87b47148ad133713af1e42 to
update to 6.6.0, Ansible 7 was released :)

This is proposed as a separate change just to facilitate quick
reversal to 6 if required.

Change-Id: Id3d8b660a5442c3033d8177a80921979244adbae
This commit is contained in:
Ian Wienand 2022-11-23 09:32:11 +11:00
parent eafa10f86a
commit d741b66e94
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("6.6.0") }}'
install_ansible_version: '{{ bridge_ansible_version | default("7.0.0") }}'
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