From 52943f7094e4083a68ca2b9b11a34b087d1cb5d7 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Tue, 12 May 2020 10:07:15 +1000 Subject: [PATCH] Update to Ansible 2.9.8 This has an important fix for the systemd output that has changed on Ubuntu Focal Change-Id: I9592528c557914cb142229dadaa84ee1742c7b86 --- playbooks/install-ansible.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/install-ansible.yaml b/playbooks/install-ansible.yaml index cff1407769..4739bf24bb 100644 --- a/playbooks/install-ansible.yaml +++ b/playbooks/install-ansible.yaml @@ -15,7 +15,7 @@ # NOTE(mordred): Do not upgrade this to 2.10 without figuring out an install for the # 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.1") }}' + install_ansible_version: '{{ bridge_ansible_version | default("2.9.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