From 90bb6bf24cfaa148df9b3887c95715da948fc223 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20K=C3=A4mmerling?= Date: Thu, 9 Apr 2020 09:24:32 +0200 Subject: [PATCH] try to install collection community.general.ipfilter --- tests/utils/shippable/shippable.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/utils/shippable/shippable.sh b/tests/utils/shippable/shippable.sh index 866fd6c..4cce30c 100755 --- a/tests/utils/shippable/shippable.sh +++ b/tests/utils/shippable/shippable.sh @@ -57,6 +57,7 @@ cd "${TEST_DIR}" # STAR: HACK install dependencies retry ansible-galaxy -vvv collection install community.general retry ansible-galaxy -vvv collection install ansible.netcommon +retry ansible-galaxy -vvv collection community.general.ipfilter retry pip install hcloud # END: HACK