fixed typo thanks to @trumbaut #397

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2025-10-02 09:20:47 +01:00
parent b9478e4cd5
commit fdc0a7afed
No known key found for this signature in database
GPG key ID: 997FF7FE93AEB5B9

View file

@ -25,8 +25,8 @@
- name: "3.2.1 | PATCH | Ensure dccp kernel module is not available | blacklist" - name: "3.2.1 | PATCH | Ensure dccp kernel module is not available | blacklist"
ansible.builtin.lineinfile: ansible.builtin.lineinfile:
path: /etc/modprobe.d/blacklist.conf path: /etc/modprobe.d/blacklist.conf
regexp: "^(#)?blacklist cramfs(\\s|$)" regexp: "^(#)?blacklist dccp(\\s|$)"
line: "blacklist cramfs" line: "blacklist dccp"
create: true create: true
mode: 'u-x,go-rwx' mode: 'u-x,go-rwx'