Revert back to temp download

This commit is contained in:
2020-11-26 15:37:47 +13:00
parent 7530f82e62
commit 61a0209ece
3 changed files with 19 additions and 4 deletions

View File

@@ -11,10 +11,18 @@
manager: "auto"
- name: Install check-mk-agent
block:
block:
- name: Install check-mk-agent
block:
- name: Download the agent from Server
get_url:
url: "{{ cmk_rpm_agent }}{{ cmk_auth }}"
dest: /tmp/check-mk-agent.rpm
- name: Ensure check_mk_agent installed
package:
name: "{{ cmk_rpm_agent }}{{ cmk_auth }}"
name: /tmp/check-mk-agent.rpm
state: latest
disable_gpg_check: true
notify: