Robert Kaussow
5d498096c3
All checks were successful
continuous-integration/drone/push Build is passing
12 lines
221 B
YAML
12 lines
221 B
YAML
---
|
|
- name: Restart auditd
|
|
service:
|
|
name: auditd
|
|
daemon_reload: yes
|
|
enabled: yes
|
|
state: started
|
|
when: not auditd_refuse_manual_stop | bool
|
|
listen: __auditd_restart
|
|
become: True
|
|
become_user: root
|