From e493f64e04fbc89a28945f6d4634874c6c7d00b3 Mon Sep 17 00:00:00 2001 From: John R Barker Date: Wed, 8 Apr 2020 18:28:29 +0100 Subject: [PATCH] Install ansible.netcommon --- tests/utils/shippable/shippable.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/utils/shippable/shippable.sh b/tests/utils/shippable/shippable.sh index b77836c..416b974 100755 --- a/tests/utils/shippable/shippable.sh +++ b/tests/utils/shippable/shippable.sh @@ -45,7 +45,7 @@ function retry command -v pip pip --version pip list --disable-pip-version-check -retry pip install https://github.com/felixfontein/ansible/archive/changelogs-docs-collections.tar.gz --disable-pip-version-check +retry pip install https://github.com/ansible/ansible/archive/devel.tar.gz --disable-pip-version-check export ANSIBLE_COLLECTIONS_PATHS="${HOME}/.ansible" SHIPPABLE_RESULT_DIR="$(pwd)/shippable" @@ -56,6 +56,8 @@ cd "${TEST_DIR}" # STAR: HACK install dependencies retry ansible-galaxy -vvv collection install community.general +retry ansible-galaxy -vvv collection install ansible.netcommon + retry pip install hcloud # END: HACK @@ -139,7 +141,7 @@ function cleanup -f "${file}" \ -F "${flags}" \ -n "${test}" \ - -t 20636cf5-4d6a-4b9a-8d2d-6f22ebbaa752 \ + -t e7471399-9b6d-401d-bd9f-0dce65dd2185 \ -X coveragepy \ -X gcov \ -X fix \