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 b7ae07e commit bf854d7Copy full SHA for bf854d7
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:46:52>
+# Time-stamp: <2018-02-15 14:59:13>
6
# Copyright (C) 2018 Sergei Antipov
7
# Description:
8
@@ -14,6 +14,7 @@ set -o pipefail
14
# Latest Ansible install
15
pip install docker-py ansible
16
echo "Debugging information"
17
+which python
18
pip list
19
ansible --version
20
docker version
0 commit comments