From 003bbbb77a41019b8f11ecf37ef35c5d475a3462 Mon Sep 17 00:00:00 2001 From: Maxim Kravets Date: Thu, 5 Jul 2018 11:19:08 +0200 Subject: [PATCH] Trying to fix tests --- tests/scripts/before_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/before_install.sh b/tests/scripts/before_install.sh index db4cf94..bcabb57 100644 --- a/tests/scripts/before_install.sh +++ b/tests/scripts/before_install.sh @@ -12,7 +12,7 @@ set -o errexit set -o pipefail # Latest Ansible install -pip install docker-py ansible +pip install docker ansible # Pull docker image or build it if [ -f tests/Dockerfile.${DISTRIBUTION}_${DIST_VERSION} ]