mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2026-03-25 14:27:12 +00:00
fixed typo thanks to @trumbaut #397
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
b9478e4cd5
commit
fdc0a7afed
1 changed files with 2 additions and 2 deletions
|
|
@ -25,8 +25,8 @@
|
|||
- name: "3.2.1 | PATCH | Ensure dccp kernel module is not available | blacklist"
|
||||
ansible.builtin.lineinfile:
|
||||
path: /etc/modprobe.d/blacklist.conf
|
||||
regexp: "^(#)?blacklist cramfs(\\s|$)"
|
||||
line: "blacklist cramfs"
|
||||
regexp: "^(#)?blacklist dccp(\\s|$)"
|
||||
line: "blacklist dccp"
|
||||
create: true
|
||||
mode: 'u-x,go-rwx'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue