Commit 51b2a590 by Fred Smith

Merge pull request #1804 from edx/derf/dont_validate_certs_for_newrelic

don't validate certs for newrelic apt key
parents 582ac66c 289d74fc
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
- name: add apt key - name: add apt key
apt_key: > apt_key: >
id="{{ NEWRELIC_DEBIAN_KEY_ID }}" url="{{ NEWRELIC_DEBIAN_KEY_URL }}" id="{{ NEWRELIC_DEBIAN_KEY_ID }}" url="{{ NEWRELIC_DEBIAN_KEY_URL }}" validate_certs=no
state=present state=present
when: ansible_distribution == 'Ubuntu' when: ansible_distribution == 'Ubuntu'
......
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