We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c7d0312 + 003bbbb commit 4cceeefCopy full SHA for 4cceeef
tests/scripts/before_install.sh
@@ -12,7 +12,7 @@ set -o errexit
12
set -o pipefail
13
14
# Latest Ansible install
15
-pip install docker-py ansible
+pip install docker ansible
16
17
# Pull docker image or build it
18
if [ -f tests/Dockerfile.${DISTRIBUTION}_${DIST_VERSION} ]
0 commit comments