ansible-edda/playbooks/tasks/hosts/motd.yml

6 lines
114 B
YAML

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