bridge: upgrade to Ansible 4.0.0
This is Ansible-core <2.12,>2.11.0 with community collections, which includes debug plugin callsbacks, etc. Change-Id: I13f72fc02549a84c01b901c58d7be18992c281bd
This commit is contained in:
parent
2dd1f176ce
commit
35ae5368c6
@ -12,10 +12,7 @@
|
|||||||
# install_ansible_version: '{{ bridge_ansible_version | default(None) }}'
|
# install_ansible_version: '{{ bridge_ansible_version | default(None) }}'
|
||||||
- role: install-ansible
|
- role: install-ansible
|
||||||
install_ansible_name: '{{ bridge_ansible_name | default("ansible") }}'
|
install_ansible_name: '{{ bridge_ansible_name | default("ansible") }}'
|
||||||
# NOTE(mordred): Do not upgrade this to 2.10 without figuring out an install for the
|
install_ansible_version: '{{ bridge_ansible_version | default("4.0.0") }}'
|
||||||
# debug callback plugin which moved out of tree in 2.10. It might be in Ansible Community
|
|
||||||
# Distro - but needs to be verified before we do it.
|
|
||||||
install_ansible_version: '{{ bridge_ansible_version | default("2.9.8") }}'
|
|
||||||
install_ansible_openstacksdk_name: '{{ bridge_openstacksdk_name | default("openstacksdk") }}'
|
install_ansible_openstacksdk_name: '{{ bridge_openstacksdk_name | default("openstacksdk") }}'
|
||||||
install_ansible_openstacksdk_version: '{{ bridge_openstacksdk_verison | default("latest") }}'
|
install_ansible_openstacksdk_version: '{{ bridge_openstacksdk_verison | default("latest") }}'
|
||||||
# NOTE(ianw): At 2018-12, ARA is only enabled during gate
|
# NOTE(ianw): At 2018-12, ARA is only enabled during gate
|
||||||
|
Loading…
Reference in New Issue
Block a user