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:
Mark Bolwell 2023-07-28 15:09:52 +01:00 committed by Ionut Pruteanu
parent 0ea5650400
commit f8f39042fb
No known key found for this signature in database
GPG key ID: 95B7D43B702B3569

View file

@ -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' }