From 01aa63f341d3a4cf22c69e7897fddb93e687c329 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Thu, 10 Jun 2021 16:47:24 -0400 Subject: [PATCH] Pin ansible<2.10 for bastion This is because we don't want to deal with the move to collections. Depends-On: https://review.opendev.org/c/windmill/windmill/+/795900 Change-Id: I4a03c5a190fb281addf10fe6123735e404791c4b Signed-off-by: Paul Belanger --- ansible/group_vars/bastion.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/group_vars/bastion.yaml b/ansible/group_vars/bastion.yaml index 73ae669..7ac6770 100644 --- a/ansible/group_vars/bastion.yaml +++ b/ansible/group_vars/bastion.yaml @@ -13,7 +13,7 @@ # under the License. --- ansible_pip_name: - - ansible + - ansible<2.10 - ara<1.0.0 - netaddr ansible_pip_virtualenv_python: python3