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