ansible-edda/tasks/motd.yml

6 lines
85 B
YAML

- name: Set MotD
copy:
src: ./root/etc/motd
dest: /etc/motd
mode: 0644