From b4f624a35131f82b6a9e942d327e50c2b644faa4 Mon Sep 17 00:00:00 2001 From: Mathieu Fortin Date: Mon, 12 Feb 2024 10:27:32 -0500 Subject: [PATCH] typo Signed-off-by: Mathieu Fortin --- tasks/section_5/cis_5.1.x.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/section_5/cis_5.1.x.yml b/tasks/section_5/cis_5.1.x.yml index f1e4c49..1a4719e 100644 --- a/tasks/section_5/cis_5.1.x.yml +++ b/tasks/section_5/cis_5.1.x.yml @@ -15,7 +15,7 @@ - cron - name: "5.1.2 | PATCH | Ensure permissions on /etc/crontab are configured" - ansible.builtin.ansible.builtin.file: + ansible.builtin.file: dest: /etc/crontab owner: root group: root