From 6e92d30b1bd60ec5963b0c7e15191a58d02112b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20K=C3=A4mmerling?= Date: Wed, 8 Apr 2020 15:01:08 +0200 Subject: [PATCH] Add CI --- tests/utils/shippable/shippable.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/utils/shippable/shippable.sh b/tests/utils/shippable/shippable.sh index 0b743a4..8c07564 100755 --- a/tests/utils/shippable/shippable.sh +++ b/tests/utils/shippable/shippable.sh @@ -55,7 +55,7 @@ cp -aT "${SHIPPABLE_BUILD_DIR}" "${TEST_DIR}" cd "${TEST_DIR}" # STAR: HACK install dependencies -retry ansible-galaxy -vvv collection install ansible.general +retry ansible-galaxy -vvv collection install community.general retry pip install hcloud # END: HACK