Skip to content

Commit c98a019

Browse files
committed
Use 'v' prefix when specifying Ansible tag
Because the 'v' was missing from the tag label, Ansible installation failed because git could not find it. While making this change, bumped Ansible version to 1.6.2 :)
1 parent 543dd84 commit c98a019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boot.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ if [ "${should_install_ansible}" == true ]; then
105105
echo "Ansible installation"
106106
echo "--------------------"
107107
sudo easy_install pip
108-
sudo CFLAGS="-Wunused-command-line-argument-hard-error-in-future" pip install git+https://github.com/ansible/ansible.git@1.6.1 # We need at least 1.6
108+
sudo CFLAGS="-Wunused-command-line-argument-hard-error-in-future" pip install git+https://github.com/ansible/ansible.git@v1.6.2 # We need at least 1.6
109109
echo ""
110110
echo ""
111111
fi

0 commit comments

Comments
 (0)