forked from ansible-lockdown/RHEL9-CIS
fix template path
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
0ef9e990cc
commit
96abe45eb2
1 changed files with 2 additions and 2 deletions
|
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
- name: "3.1.2 | PATCH | Ensure SCTP is disabled"
|
- name: "3.1.2 | PATCH | Ensure SCTP is disabled"
|
||||||
template:
|
template:
|
||||||
src: "/etc/modprobe.d/modprobe.conf.j2"
|
src: "etc/modprobe.d/modprobe.conf.j2"
|
||||||
dest: "/etc/modprobe.d/{{ item }}.conf"
|
dest: "/etc/modprobe.d/{{ item }}.conf"
|
||||||
mode: "0600"
|
mode: "0600"
|
||||||
owner: root
|
owner: root
|
||||||
|
|
@ -41,7 +41,7 @@
|
||||||
|
|
||||||
- name: "3.1.3 | PATCH | Ensure DCCP is disabled"
|
- name: "3.1.3 | PATCH | Ensure DCCP is disabled"
|
||||||
template:
|
template:
|
||||||
src: "/etc/modprobe.d/modprobe.conf.j2"
|
src: "etc/modprobe.d/modprobe.conf.j2"
|
||||||
dest: "/etc/modprobe.d/{{ item }}.conf"
|
dest: "/etc/modprobe.d/{{ item }}.conf"
|
||||||
mode: "0600"
|
mode: "0600"
|
||||||
owner: root
|
owner: root
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue