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