From 0835a05b08b5075006d10bb3bf62f548d77bdddb Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Fri, 21 Feb 2025 11:13:47 +0000 Subject: [PATCH] reset 5.1.1 settings Signed-off-by: Mark Bolwell --- tasks/section_5/cis_5.1.x.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks/section_5/cis_5.1.x.yml b/tasks/section_5/cis_5.1.x.yml index 7a55bda..5550e18 100644 --- a/tasks/section_5/cis_5.1.x.yml +++ b/tasks/section_5/cis_5.1.x.yml @@ -26,7 +26,6 @@ register: discovered_sshd_confs - name: "5.1.1 | PATCH | Ensure permissions on /etc/ssh/sshd_config are configured" - when: (item.path != '/etc/ssh/sshd_config.d/60-cloudimg-settings.conf' and system_is_ec2 ) ansible.builtin.file: path: "{{ item.path }}" recurse: false