You've already forked role-check-mk-agent
revert to package module
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
# Tasks for installation on RedHat Family
|
# Tasks for installation on RedHat Family
|
||||||
- name: Ensure xinetd installed
|
- name: Ensure xinetd installed
|
||||||
yum:
|
package:
|
||||||
name: xinetd
|
name: xinetd
|
||||||
state: installed
|
state: installed
|
||||||
notify: restart xinetd
|
notify: restart xinetd
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
dest: /tmp/check-mk-agent.rpm
|
dest: /tmp/check-mk-agent.rpm
|
||||||
|
|
||||||
- name: Ensure check_mk_agent installed
|
- name: Ensure check_mk_agent installed
|
||||||
yum:
|
package:
|
||||||
name: /tmp/check-mk-agent.rpm
|
name: /tmp/check-mk-agent.rpm
|
||||||
state: installed
|
state: installed
|
||||||
disable_gpg_check: true
|
disable_gpg_check: true
|
||||||
|
|||||||
Reference in New Issue
Block a user