ansible-edda/tasks/motd.yml

6 lines
106 B
YAML
Raw Normal View History

2022-09-11 20:55:30 +02:00
- name: Set MotD
copy:
2022-09-21 23:57:15 +02:00
src: ./filesystem/{{ hostname }}/etc/motd
2022-09-11 20:55:30 +02:00
dest: /etc/motd
mode: 0644