mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 14:23:05 +00:00
fix typo in bashrc path
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
cfee090156
commit
b631459e9b
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@
|
|||
regexp: '(?i)(umask\s*)'
|
||||
line: '{{ item.line }} 027'
|
||||
with_items:
|
||||
- { path: '/etc/bash.bashrc', line: 'umask' }
|
||||
- { path: '/etc/bashrc', line: 'umask' }
|
||||
- { path: '/etc/profile', line: 'umask' }
|
||||
- { path: '/etc/login.defs', line: 'UMASK' }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue