xoxys.scan2mail/handlers/main.yml

11 lines
207 B
YAML
Raw Normal View History

2019-08-25 20:18:43 +02:00
---
- name: Restart service
systemd:
name: "{{ __scan2mail_incron_service }}"
state: restarted
daemon_reload: yes
enabled: yes
listen: __incron_restart
become: True
become_user: root