Robert Kaussow
525fbb157b
All checks were successful
continuous-integration/drone/push Build is passing
11 lines
207 B
YAML
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
|