diff --git a/tasks/RedHat.yml b/tasks/RedHat.yml index 3331c43..081ffc8 100644 --- a/tasks/RedHat.yml +++ b/tasks/RedHat.yml @@ -16,7 +16,9 @@ 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 args: