ansible-role-basic-system-s.../tasks/motd_el.yml

11 lines
219 B
YAML

---
- 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