Notify xymon-client handler when modification to default cli config.
This commit is contained in:
parent
ddee21fa78
commit
1f1b8377c9
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
# handlers file for ipr.ansible.xymon
|
||||
- name: restart xymon-client service
|
||||
service: name={{ xymon_cli_service_name }} state=restarted
|
||||
when: xymon_cli_service_manage
|
|
@ -26,6 +26,7 @@
|
|||
mode: 0644
|
||||
backup: true
|
||||
when: xymon_cli_manage
|
||||
notify: restart xymon-client service
|
||||
|
||||
## service
|
||||
- name: SERVICE manage '{{ xymon_cli_service_name }}'
|
||||
|
|
Loading…
Reference in New Issue