Commit 70e387e5 by Fred Smith Committed by David Baumgold

workaround invalid upstream certs when installing browsers

parent 0fc2a354
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment