From 96abe45eb231c28de526a63b90986bb2f10379e9 Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Tue, 5 Apr 2022 10:08:06 +0100 Subject: [PATCH] fix template path Signed-off-by: Mark Bolwell --- tasks/section_3/cis_3.1.x.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/section_3/cis_3.1.x.yml b/tasks/section_3/cis_3.1.x.yml index 327ec96..5033e5a 100644 --- a/tasks/section_3/cis_3.1.x.yml +++ b/tasks/section_3/cis_3.1.x.yml @@ -22,7 +22,7 @@ - name: "3.1.2 | PATCH | Ensure SCTP is disabled" template: - src: "/etc/modprobe.d/modprobe.conf.j2" + src: "etc/modprobe.d/modprobe.conf.j2" dest: "/etc/modprobe.d/{{ item }}.conf" mode: "0600" owner: root @@ -41,7 +41,7 @@ - name: "3.1.3 | PATCH | Ensure DCCP is disabled" template: - src: "/etc/modprobe.d/modprobe.conf.j2" + src: "etc/modprobe.d/modprobe.conf.j2" dest: "/etc/modprobe.d/{{ item }}.conf" mode: "0600" owner: root