forked from ansible-lockdown/RHEL9-CIS
updated issues and added improvements
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
49ab8c6f9f
commit
a8602689b8
7 changed files with 18 additions and 12 deletions
|
|
@ -91,7 +91,7 @@
|
|||
- name: "1.8.5 | PATCH | Ensure automatic mounting of removable media is disabled"
|
||||
lineinfile:
|
||||
path: /etc/dconf/db/local.d/00-media-automount
|
||||
regex: "{{ item.regex }}"
|
||||
regexp: "{{ item.regex }}"
|
||||
line: "{{ item.line }}"
|
||||
create: yes
|
||||
notify: reload dconf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue