From 3c628434188ede7dbfb4d6e584161b3d098ce04e Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Fri, 10 Jan 2025 09:05:37 +0000 Subject: [PATCH] fixed file permissions 2.3.2.1 Signed-off-by: Mark Bolwell --- tasks/section_2/cis_2.3.2.x.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/section_2/cis_2.3.2.x.yml b/tasks/section_2/cis_2.3.2.x.yml index 5dcc083..3101212 100644 --- a/tasks/section_2/cis_2.3.2.x.yml +++ b/tasks/section_2/cis_2.3.2.x.yml @@ -23,7 +23,7 @@ ansible.builtin.template: src: "{{ item }}.j2" dest: "/{{ item }}" - mode: 'go-r' + mode: 'go-wx' owner: root group: root loop: