forked from ansible-lockdown/RHEL9-CIS
typo fix
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
e17acee56d
commit
2e40e8c54e
1 changed files with 2 additions and 2 deletions
|
|
@ -77,7 +77,7 @@
|
||||||
name: systemd-journal-upload
|
name: systemd-journal-upload
|
||||||
state: restarted
|
state: restarted
|
||||||
|
|
||||||
- name: Systemd_daemon_Reload
|
- name: Systemd_daemon_reload
|
||||||
ansible.builtin.systemd:
|
ansible.builtin.systemd:
|
||||||
daemon-reload: true
|
daemon-reload: true
|
||||||
|
|
||||||
|
|
@ -91,7 +91,7 @@
|
||||||
- name: Audit_immutable_fact
|
- name: Audit_immutable_fact
|
||||||
ansible.builtin.debug:
|
ansible.builtin.debug:
|
||||||
msg: "Reboot required for auditd to apply new rules as immutable set"
|
msg: "Reboot required for auditd to apply new rules as immutable set"
|
||||||
notify: change_requires_reboot
|
notify: Change_requires_reboot
|
||||||
when:
|
when:
|
||||||
- auditd_immutable_check.stdout == '1'
|
- auditd_immutable_check.stdout == '1'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue