mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-26 15:13: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*)'
|
regexp: '(?i)(umask\s*)'
|
||||||
line: '{{ item.line }} 027'
|
line: '{{ item.line }} 027'
|
||||||
with_items:
|
with_items:
|
||||||
- { path: '/etc/bash.bashrc', line: 'umask' }
|
- { path: '/etc/bashrc', line: 'umask' }
|
||||||
- { path: '/etc/profile', line: 'umask' }
|
- { path: '/etc/profile', line: 'umask' }
|
||||||
- { path: '/etc/login.defs', line: 'UMASK' }
|
- { path: '/etc/login.defs', line: 'UMASK' }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue