Replaces references to template: with ansible.builtin.template Signed-off-by: Ryan Lerch <rlerch@redhat.com>
6 lines
133 B
YAML
6 lines
133 B
YAML
---
|
|
- name: Add motd to system
|
|
ansible.builtin.template: src=/srv/web/infra/hosts/motd.j2 dest=/etc/motd
|
|
tags:
|
|
- motd
|
|
- base
|