fix typo in bashrc path

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2023-07-28 15:09:52 +01:00
parent cfee090156
commit b631459e9b
No known key found for this signature in database
GPG key ID: 1DE02A772D0908F9

View file

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