mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 14:23:05 +00:00
removed audit template handler
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
a8488de4d9
commit
f15f8c921c
1 changed files with 0 additions and 10 deletions
|
|
@ -74,16 +74,6 @@
|
|||
args:
|
||||
warn: false
|
||||
|
||||
- name: update auditd
|
||||
template:
|
||||
src: audit/99_auditd.rules.j2
|
||||
dest: /etc/audit/rules.d/99_auditd.rules
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0600
|
||||
register: auditd_template_update
|
||||
notify: restart auditd
|
||||
|
||||
- name: restart auditd
|
||||
shell: service auditd restart
|
||||
args:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue