vn-ansible/roles/linux-motd/tasks/main.yaml

8 lines
140 B
YAML
Raw Normal View History

2024-09-23 12:30:38 +00:00
- name: Copy MOTD configuration file
copy:
src: 90-vn
dest: "/etc/update-motd.d/"
mode: '755'
owner: root
group: root