Commit 289d74fc by Fred Smith

don't validate certs for newrelic apt key

parent fcb733ea
......@@ -27,7 +27,7 @@
- name: add 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
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