---
- name: motd_el | Install our motd template file on EL/CentOS based distributions
ansible.builtin.template:
src: motd.j2
dest: /etc/motd
owner: root
group: root
mode: "0644"
tags:
- motd