From 9cf1f08eec3a54a19907973eab3eda80d2365bc8 Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Thu, 26 Jan 2023 14:59:18 +0000 Subject: [PATCH] dest to path 5.2.1 Signed-off-by: Mark Bolwell --- tasks/section_5/cis_5.2.x.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/section_5/cis_5.2.x.yml b/tasks/section_5/cis_5.2.x.yml index b67b018..8d0c050 100644 --- a/tasks/section_5/cis_5.2.x.yml +++ b/tasks/section_5/cis_5.2.x.yml @@ -2,7 +2,7 @@ - name: "5.2.1 | Ensure permissions on /etc/ssh/sshd_config are configured" ansible.builtin.file: - dest: /etc/ssh/sshd_config + path: /etc/ssh/sshd_config owner: root group: root mode: 0600