feat: ensure ~/.hushlogin file exists with appropriate permissions
This commit is contained in:
@@ -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'
|
||||||
|
Reference in New Issue
Block a user