From 2d764264c3e8f6f4567017590bacf4d53a706aa0 Mon Sep 17 00:00:00 2001 From: John R Barker Date: Wed, 22 Apr 2020 15:00:04 +0100 Subject: [PATCH] cisco.intersight:1.04 Workaround for https://github.com/CiscoDevNet/ansible-intersight/issues/9 --- tests/utils/shippable/shippable.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/utils/shippable/shippable.sh b/tests/utils/shippable/shippable.sh index 3082ad9612..bb6aa1117f 100755 --- a/tests/utils/shippable/shippable.sh +++ b/tests/utils/shippable/shippable.sh @@ -57,7 +57,8 @@ cd "${TEST_DIR}" # STAR: HACK install dependencies retry ansible-galaxy -vvv collection install ansible.netcommon retry ansible-galaxy -vvv collection install ansible.posix -retry ansible-galaxy -vvv collection install cisco.intersight +# https://github.com/CiscoDevNet/ansible-intersight/issues/9 +retry ansible-galaxy -vvv collection install cisco.intersight:1.04 retry ansible-galaxy -vvv collection install community.crypto retry ansible-galaxy -vvv collection install community.kubernetes retry ansible-galaxy -vvv collection install google.cloud