mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 12:07:34 +08:00
7 lines
117 B
YAML
7 lines
117 B
YAML
---
|
|
- name: add motd to system
|
|
template: src=/srv/web/infra/hosts/motd.j2 dest=/etc/motd
|
|
tags:
|
|
- motd
|
|
- base
|