Change setup ansible clone url to use https

This commit is contained in:
Julia Kreger 2015-03-03 16:04:09 -05:00
parent 04725c4d98
commit cf8b6613d2

View File

@ -10,7 +10,7 @@ mkdir -p /opt/stack || (sudo mkdir -p /opt/stack && sudo chown $u:$g /opt/stack)
cd /opt/stack
if [ ! -d ansible ]; then
git clone git://github.com/ansible/ansible.git --recursive
git clone https://github.com/ansible/ansible.git --recursive
else
cd ansible
git pull --rebase