revert to package module

This commit is contained in:
2020-11-25 21:48:55 +13:00
parent 975a81ea57
commit 396fdf006b

View File

@@ -1,7 +1,7 @@
---
# Tasks for installation on RedHat Family
- name: Ensure xinetd installed
yum:
package:
name: xinetd
state: installed
notify: restart xinetd
@@ -18,7 +18,7 @@
dest: /tmp/check-mk-agent.rpm
- name: Ensure check_mk_agent installed
yum:
package:
name: /tmp/check-mk-agent.rpm
state: installed
disable_gpg_check: true