feat: ensure ~/.hushlogin file exists with appropriate permissions
This commit is contained in:
parent
c6c579061c
commit
0c15c77d01
@ -40,3 +40,9 @@
|
|||||||
- python3-venv
|
- python3-venv
|
||||||
state: present
|
state: present
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
|
- name: Ensure ~/.hushlogin exists
|
||||||
|
ansible.builtin.file:
|
||||||
|
path: ~/.hushlogin
|
||||||
|
state: touch
|
||||||
|
mode: '0644'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user