6 lines
117 B
YAML
6 lines
117 B
YAML
---
|
|
- name: add motd to system
|
|
template: src=/srv/web/infra/hosts/motd.j2 dest=/etc/motd
|
|
tags:
|
|
- motd
|
|
- base
|