ansible/tasks/motd.yml
2014-12-17 20:41:50 +00:00

6 lines
117 B
YAML

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