Files
role-check-mk-agent/handlers/main.yml
2020-10-13 16:33:32 +13:00

11 lines
202 B
YAML

---
# handlers file for ansible-role-cmk-agent
- name: restart xinetd
service:
name: xinetd
state: restarted
enabled: yes
- name: cmk fresh install
set_fact:
cmk_fresh_install: True