Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2134 from edx/derf/validate_certs_workaround_for_…
Browse files Browse the repository at this point in the history
…browsers

workaround invalid upstream certs when installing browsers
  • Loading branch information
Fred Smith committed Jul 8, 2015
2 parents 5187e4d + c836497 commit f78a868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/roles/browsers/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
state=present update_cache=yes

- name: download browser debian packages from S3
get_url: dest="/tmp/{{ item.name }}" url="{{ item.url }}"
get_url: dest="/tmp/{{ item.name }}" url="{{ item.url }}" validate_certs=no
register: download_deb
with_items: browser_s3_deb_pkgs

Expand Down

0 comments on commit f78a868

Please sign in to comment.