ansible/tasks/motd.yml
Ryan Lerch 47c68f478d ansiblelint fixes - fqcn[action-core] - template to ansible.builtin.template
Replaces references to template: with ansible.builtin.template

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-15 11:30:29 +10:00

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