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

Commit

Permalink
workaround invalid upstream certs when installing browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
fredsmith committed Jul 8, 2015
1 parent 5187e4d commit c836497
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 c836497

Please sign in to comment.