4
0
Fork 0

standardize handler naming

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2023-01-25 09:41:32 +00:00
parent a90941af41
commit 4adb0ec812
No known key found for this signature in database
GPG key ID: 1DE02A772D0908F9
6 changed files with 13 additions and 13 deletions

View file

@ -7,7 +7,7 @@
owner: root
group: root
mode: 0600
notify: grub2cfg
notify: Grub2cfg
when:
- rhel9cis_set_boot_pass
- rhel9cis_rule_1_4_1

View file

@ -5,7 +5,7 @@
path: /etc/systemd/coredump.conf
regexp: '^Storage\s*=\s*(?!none).*'
line: 'Storage=none'
notify: Systemd_daemon_reload
notify: Systemd daemon reload
when:
- rhel9cis_rule_1_5_1
- systemd_coredump.stat.exists

View file

@ -22,7 +22,7 @@
- enforcing=0
register: selinux_grub_patch
ignore_errors: true # noqa ignore-errors
notify: grub2cfg
notify: Grub2cfg
when:
- rhel9cis_rule_1_6_1_2
tags: