Files
role-check-mk-agent/handlers/main.yml

11 lines
202 B
YAML
Raw Permalink Normal View History

2020-10-13 16:33:32 +13:00
---
# 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