mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-04-17 14:21:25 +00:00
Remove no longer necessary hack for stable-2.9.
This commit is contained in:
@@ -55,9 +55,6 @@ 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
|
||||
elif [ "${ansible_version}" == "2.9" ]; then
|
||||
# Needed until all relevant backports have been merged
|
||||
retry pip install https://github.com/felixfontein/ansible/archive/backport/2.9/ansible-test.tar.gz --disable-pip-version-check
|
||||
else
|
||||
retry pip install "https://github.com/ansible/ansible/archive/stable-${ansible_version}.tar.gz" --disable-pip-version-check
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user