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.
1 parent c7d0312 commit 003bbbbCopy full SHA for 003bbbb
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