From 09d10bdbdc5c4d0647377ec3ad216e8d61219792 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Fri, 7 Sep 2018 13:31:09 -0700 Subject: [PATCH] Install ansible 2.7.0rc1 on bridge In order to use handlers with the free strategy, we need this fix: https://github.com/ansible/ansible/commit/5f953d1129925579b7bf6ea2cce1ccf583199801 Change-Id: Ibbbb65e2eaa34220f35f3621b4a7fd46c0f6687f --- playbooks/roles/install-ansible/tasks/main.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/playbooks/roles/install-ansible/tasks/main.yaml b/playbooks/roles/install-ansible/tasks/main.yaml index 1806e3258b..b024a4b9ff 100644 --- a/playbooks/roles/install-ansible/tasks/main.yaml +++ b/playbooks/roles/install-ansible/tasks/main.yaml @@ -1,6 +1,10 @@ - name: Install ansible pip: name: ansible + # NOTE(corvus): Installing pre-release for + # https://github.com/ansible/ansible/commit/5f953d1129925579b7bf6ea2cce1ccf583199801 + # remove version parameter after 2.7.0 release + version: 2.7.0rc1 - name: Install openstacksdk pip: