--- - name: Simple play for class DO407 which introduces j2 templates hosts: server become: true tasks: - name: use template to create /etc/motd template: src: motd.j2 dest: /etc/motd