--- # ============================================================================ # MOTD branding # ============================================================================ - name: Deploy mk-labs MOTD ansible.builtin.template: src: motd.j2 dest: /etc/motd owner: root group: root mode: "0644"