xoxys.scan2mail/handlers/main.yml
Robert Kaussow 525fbb157b
All checks were successful
continuous-integration/drone/push Build is passing
refactor: use generic ansible modules service and package
2021-06-05 15:30:35 +02:00

11 lines
207 B
YAML

---
- name: Restart service
service:
name: "{{ __scan2mail_incron_service }}"
state: restarted
daemon_reload: yes
enabled: yes
listen: __incron_restart
become: True
become_user: root