Make cert validation work

This commit is contained in:
2021-05-07 15:33:22 +12:00
parent 5ed5818aff
commit 2de6c9efad

View File

@@ -16,6 +16,8 @@
get_url:
url: "{{ cmk_rpm_agent }}{{ cmk_auth }}"
dest: /tmp/check-mk-agent.rpm
environment:
SSL_CERT_FILE: /etc/ssl/ca-bundle.crt
- name: Ensure check_mk_agent installed
command: /usr/bin/yum install --nogpgcheck -y /tmp/check-mk-agent.rpm