Commit 042651b4 by Feanil Patel

Merge pull request #2165 from edx/feanil/birch_ssl_fixes

Don't validate certs from S3.
parents 2fca07c5 c8f98625
......@@ -19,6 +19,7 @@
get_url:
url={{ chromedriver_url }}
dest=/var/tmp/chromedriver_{{ chromedriver_version }}.zip
validate_certs=no
- name: Install ChromeDriver 2
shell: unzip /var/tmp/chromedriver_{{ chromedriver_version }}.zip
......
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