Change setup ansible clone url to use https
This commit is contained in:
parent
04725c4d98
commit
cf8b6613d2
@ -10,7 +10,7 @@ mkdir -p /opt/stack || (sudo mkdir -p /opt/stack && sudo chown $u:$g /opt/stack)
|
|||||||
cd /opt/stack
|
cd /opt/stack
|
||||||
|
|
||||||
if [ ! -d ansible ]; then
|
if [ ! -d ansible ]; then
|
||||||
git clone git://github.com/ansible/ansible.git --recursive
|
git clone https://github.com/ansible/ansible.git --recursive
|
||||||
else
|
else
|
||||||
cd ansible
|
cd ansible
|
||||||
git pull --rebase
|
git pull --rebase
|
||||||
|
Loading…
x
Reference in New Issue
Block a user