mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-27 15:33:06 +00:00
fix typo in bashrc path
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com> Signed-off-by: Ionut Pruteanu <ionut.pruteanu@siemens.com>
This commit is contained in:
parent
0ea5650400
commit
f8f39042fb
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