From 77c914998fc52625e37128b908cdca0f42b9d593 Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Fri, 13 Jan 2023 13:59:35 +0000 Subject: [PATCH] fix notify Signed-off-by: Mark Bolwell --- tasks/section_1/cis_1.5.x.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/section_1/cis_1.5.x.yml b/tasks/section_1/cis_1.5.x.yml index d025981..6d3eb4e 100644 --- a/tasks/section_1/cis_1.5.x.yml +++ b/tasks/section_1/cis_1.5.x.yml @@ -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