mirror of
https://github.com/status-im/ansible-role-mongodb.git
synced 2025-02-05 01:33:40 +00:00
use pip instead of pip3
This commit is contained in:
parent
ce192feddc
commit
9f28d333ac
@ -2,7 +2,7 @@
|
||||
# -*- mode: sh; -*-
|
||||
|
||||
# File: before_install.sh
|
||||
# Time-stamp: <2018-02-15 14:08:01>
|
||||
# Time-stamp: <2018-02-15 14:10:38>
|
||||
# Copyright (C) 2018 Sergei Antipov
|
||||
# Description:
|
||||
|
||||
@ -14,7 +14,7 @@ set -o pipefail
|
||||
sudo apt-get update
|
||||
sudo apt-get install apt-transport-https
|
||||
# Latest Ansible install
|
||||
sudo pip3 install docker ansible
|
||||
sudo pip install docker ansible
|
||||
ansible --version
|
||||
docker version
|
||||
# Pull docker image or build it
|
||||
|
Loading…
x
Reference in New Issue
Block a user