From 5fbd5f7a14779e5fb8bff6376352008fb614d184 Mon Sep 17 00:00:00 2001 From: tekchansin Date: Mon, 1 Apr 2024 11:47:54 +0700 Subject: [PATCH] Fix incorrect tag on cis_5.1.1.1.x.yml Signed-off-by: tekchansin --- tasks/section_5/cis_5.1.1.1.x.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/section_5/cis_5.1.1.1.x.yml b/tasks/section_5/cis_5.1.1.1.x.yml index e6a7dde4..50883c53 100644 --- a/tasks/section_5/cis_5.1.1.1.x.yml +++ b/tasks/section_5/cis_5.1.1.1.x.yml @@ -42,7 +42,7 @@ state: started enabled: true when: - - ubtu20cis_rule_5.1.1.1.3 + - ubtu20cis_rule_5_1_1_1_3 tags: - level1-server - level1-workstation @@ -57,7 +57,7 @@ state: stopped enabled: false when: - - ubtu20cis_rule_5.1.1.1.4 + - ubtu20cis_rule_5_1_1_1_4 - not journald_log_server tags: - level1-server