4
0
Fork 0
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2023-01-13 13:59:24 +00:00
parent e17acee56d
commit 2e40e8c54e
No known key found for this signature in database
GPG key ID: 1DE02A772D0908F9

View file

@ -77,7 +77,7 @@
name: systemd-journal-upload
state: restarted
- name: Systemd_daemon_Reload
- name: Systemd_daemon_reload
ansible.builtin.systemd:
daemon-reload: true
@ -91,7 +91,7 @@
- name: Audit_immutable_fact
ansible.builtin.debug:
msg: "Reboot required for auditd to apply new rules as immutable set"
notify: change_requires_reboot
notify: Change_requires_reboot
when:
- auditd_immutable_check.stdout == '1'