Skip to content

Commit

Permalink
Change from HTTPS to HTTP
Browse files Browse the repository at this point in the history
There seems to be a problem where ansible get_url cannot validate certificates (ansible/ansible#6904)
It looks like this is fixed in Ansible 1.9 (ansible/ansible@d240d07), so once we move to 1.9 we can use HTTPS in get_url.
  • Loading branch information
SolomonShorser-OICR committed Apr 21, 2015
1 parent 98bef4e commit 3329c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/roles/bindle-dependencies/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

- name: Download get-pip
get_url:
url=https://bootstrap.pypa.io/get-pip.py
url=http://bootstrap.pypa.io/get-pip.py
dest=/tmp

- name: Install pip
Expand Down

0 comments on commit 3329c35

Please sign in to comment.