ansible-edda/tasks/motd.yml

6 lines
106 B
YAML

- name: Set MotD
copy:
src: ./filesystem/{{ hostname }}/etc/motd
dest: /etc/motd
mode: 0644