You've already forked role-check-mk-agent
Revert back to temp download
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user