fedora-ansible/tasks/motd.yml

7 lines
117 B
YAML

---
- name: add motd to system
template: src=/srv/web/infra/hosts/motd.j2 dest=/etc/motd
tags:
- motd
- base