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 c73966a commit de8aca7Copy full SHA for de8aca7
tests/scripts/before_install.sh
@@ -2,7 +2,7 @@
2
# -*- mode: sh; -*-
3
4
# File: before_install.sh
5
-# Time-stamp: <2018-02-15 14:26:31>
+# Time-stamp: <2018-02-15 14:40:30>
6
# Copyright (C) 2018 Sergei Antipov
7
# Description:
8
@@ -12,7 +12,7 @@ set -o errexit
12
set -o pipefail
13
14
# Latest Ansible install
15
-pip install docker ansible
+pip install docker-py ansible
16
ansible --version
17
docker version
18
# Pull docker image or build it
0 commit comments