mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 22:23:06 +00:00
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"
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue