From cf2f865b6ad1fd890d55be13398832fc5f6e77e4 Mon Sep 17 00:00:00 2001 From: gocyclones Date: Thu, 19 Dec 2024 12:27:02 -0600 Subject: [PATCH] bugfix: Fix name to be standard used by Amazon I know it's just cosmetic but, apply standard naming to the playbook name to match what Amazon calls OS. Signed-off-by: gocyclones --- site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site.yml b/site.yml index 4d6c051..448a462 100644 --- a/site.yml +++ b/site.yml @@ -1,6 +1,6 @@ --- -- name: Amazon 2023 cis benchmark +- name: Apply Amazon Linux 2023 CIS hardening hosts: all become: true