diff --git a/tests/utils/shippable/shippable.sh b/tests/utils/shippable/shippable.sh index 7b75a490d..3989d16a0 100755 --- a/tests/utils/shippable/shippable.sh +++ b/tests/utils/shippable/shippable.sh @@ -53,7 +53,9 @@ command -v pip pip --version pip list --disable-pip-version-check if [ "${ansible_version}" == "devel" ]; then - retry pip install https://github.com/ansible/ansible/archive/devel.tar.gz --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/abadger/ansible/archive/fix-collection-module-info-quirk .tar.gz --disable-pip-version-check + # retry pip install https://github.com/ansible/ansible/archive/devel.tar.gz --disable-pip-version-check else retry pip install https://github.com/ansible/ansible/archive/stable-2.9.tar.gz --disable-pip-version-check # retry pip install ansible==${ansible_version} --disable-pip-version-check