0
0
vps-set-up-playbook/roles/touch-hushlogin/tasks/main.yml

7 lines
95 B
YAML
Raw Normal View History

2024-10-29 18:05:22 +08:00
---
- name: touch .hushlogin
file:
path: "/home/{{ user }}/.hushlogin"
state: touch