From fac8eb7e020bafd10bf25de89cfe5a93f79369a7 Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Mon, 12 May 2025 17:08:16 +0100 Subject: [PATCH] fix typo thanks to @UZziell #40 Signed-off-by: Mark Bolwell --- tasks/section_1/cis_1.2.2.x.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/section_1/cis_1.2.2.x.yml b/tasks/section_1/cis_1.2.2.x.yml index 92eb1c7..22664b5 100644 --- a/tasks/section_1/cis_1.2.2.x.yml +++ b/tasks/section_1/cis_1.2.2.x.yml @@ -10,7 +10,7 @@ - NIST800-53R5_SI-2 - patch block: - - name: "1.2.2.1 | PATCH | Ensure updates, patches, and additional security software are installedi | Update" + - name: "1.2.2.1 | PATCH | Ensure updates, patches, and additional security software are installed | Update" ansible.builtin.package: name: "*" state: latest