mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 22:11:01 +08:00
migrated notes from infra/hosts motd changes; excluding CSI infos removed csi_* vars from group_vars; converted csi_purpose & csi_relationship into notes fixed merge conflicts minor changes; var updating YAMLs & playbooks udpated YAMLs & playbooks again updated correctly; buildhw.yml fixing merge conflicts dest added in motd.yml
8 lines
117 B
YAML
8 lines
117 B
YAML
---
|
|
- name: Add motd to system
|
|
ansible.builtin.template: src=motd.j2 dest=/etc/motd
|
|
|
|
tags:
|
|
- motd
|
|
- base
|