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 ce192fe commit 9f28d33Copy full SHA for 9f28d33
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:08:01>
+# Time-stamp: <2018-02-15 14:10:38>
6
# Copyright (C) 2018 Sergei Antipov
7
# Description:
8
@@ -14,7 +14,7 @@ set -o pipefail
14
sudo apt-get update
15
sudo apt-get install apt-transport-https
16
# Latest Ansible install
17
-sudo pip3 install docker ansible
+sudo pip install docker ansible
18
ansible --version
19
docker version
20
# Pull docker image or build it
0 commit comments