vn-ansible/roles/debian/tasks/motd.yml

8 lines
152 B
YAML
Raw Normal View History

2025-02-04 20:03:36 +00:00
- name: Copy MOTD configuration file
copy:
src: motd
dest: /etc/update-motd.d/90-vn
mode: u=rwx,g=rx,o=rx
owner: root
group: root