ansible-edda/tasks/motd.yml

6 lines
114 B
YAML
Raw Normal View History

2022-09-11 20:55:30 +02:00
- name: Set MotD
copy:
2022-09-22 22:51:43 +02:00
src: ./filesystem/{{ ansible_hostname }}/etc/motd
2022-09-11 20:55:30 +02:00
dest: /etc/motd
mode: 0644