diff --git a/lib/vagrant-guest_ansible/guest_script.sh b/lib/vagrant-guest_ansible/guest_script.sh index 8a1ed6a..a4fb9fc 100644 --- a/lib/vagrant-guest_ansible/guest_script.sh +++ b/lib/vagrant-guest_ansible/guest_script.sh @@ -31,7 +31,7 @@ if ! command -v ansible >/dev/null; then exit 1 fi echo "Installing pip via easy_install." - wget http://peak.telecommunity.com/dist/ez_setup.py + wget https://bootstrap.pypa.io/ez_setup.py sudo python ez_setup.py && rm -f ez_setup.py sudo easy_install pip # Make sure setuptools are installed crrectly. diff --git a/pkg/vagrant-guest_ansible-0.0.3.gem b/pkg/vagrant-guest_ansible-0.0.3.gem index 07b086c..999ae7f 100644 Binary files a/pkg/vagrant-guest_ansible-0.0.3.gem and b/pkg/vagrant-guest_ansible-0.0.3.gem differ