Debugging
This commit is contained in:
parent
b7ae07ed52
commit
bf854d766e
|
@ -2,7 +2,7 @@
|
||||||
# -*- mode: sh; -*-
|
# -*- mode: sh; -*-
|
||||||
|
|
||||||
# File: before_install.sh
|
# File: before_install.sh
|
||||||
# Time-stamp: <2018-02-15 14:46:52>
|
# Time-stamp: <2018-02-15 14:59:13>
|
||||||
# Copyright (C) 2018 Sergei Antipov
|
# Copyright (C) 2018 Sergei Antipov
|
||||||
# Description:
|
# Description:
|
||||||
|
|
||||||
|
@ -14,6 +14,7 @@ set -o pipefail
|
||||||
# Latest Ansible install
|
# Latest Ansible install
|
||||||
pip install docker-py ansible
|
pip install docker-py ansible
|
||||||
echo "Debugging information"
|
echo "Debugging information"
|
||||||
|
which python
|
||||||
pip list
|
pip list
|
||||||
ansible --version
|
ansible --version
|
||||||
docker version
|
docker version
|
||||||
|
|
Loading…
Reference in New Issue