mirror of
https://github.com/nikdoof/ansible-cis.git
synced 2025-12-20 13:29:30 +00:00
Allow hidden proc to be disabled
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
- name: remount proc
|
||||
ansible.posix.mount:
|
||||
path: /proc
|
||||
state: remount
|
||||
state: remounted
|
||||
- name: restart journald
|
||||
ansible.builtin.service:
|
||||
name: systemd-journald
|
||||
|
||||
Reference in New Issue
Block a user