ansible/tasks/motd.yml

7 lines
117 B
YAML
Raw Normal View History

---
- name: add motd to system
2013-05-13 20:14:49 +00:00
template: src=/srv/web/infra/hosts/motd.j2 dest=/etc/motd
2014-12-17 20:19:03 +00:00
tags:
- motd
2014-12-17 20:41:50 +00:00
- base