Robert Kaussow
525fbb157b
All checks were successful
continuous-integration/drone/push Build is passing
10 lines
202 B
YAML
10 lines
202 B
YAML
---
|
|
- name: Ensure incron service is up and running
|
|
service:
|
|
name: "{{ __scan2mail_incron_service }}"
|
|
state: started
|
|
daemon_reload: yes
|
|
enabled: yes
|
|
become: True
|
|
become_user: root
|