2 Commits
1.0.7 ... 1.0.6

Author SHA1 Message Date
a67d4af041 Updated to present from installed 2020-11-25 21:54:04 +13:00
396fdf006b revert to package module 2020-11-25 21:48:55 +13:00

View File

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