forked from ansible-lockdown/RHEL9-CIS
fix notify
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
2e40e8c54e
commit
77c914998f
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
path: /etc/systemd/coredump.conf
|
path: /etc/systemd/coredump.conf
|
||||||
regexp: '^Storage\s*=\s*(?!none).*'
|
regexp: '^Storage\s*=\s*(?!none).*'
|
||||||
line: 'Storage=none'
|
line: 'Storage=none'
|
||||||
notify: systemd_daemon_reload
|
notify: Systemd_daemon_reload
|
||||||
when:
|
when:
|
||||||
- rhel9cis_rule_1_5_1
|
- rhel9cis_rule_1_5_1
|
||||||
- systemd_coredump.stat.exists
|
- systemd_coredump.stat.exists
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue