mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
add motd.yml tasklist
try motd task to releng as a test
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
tasks:
|
||||
- include: $tasks/virt_instance_create.yml
|
||||
- include: $tasks/koji/releng_config.yml
|
||||
- include: $tasks/motd.yml
|
||||
|
||||
handlers:
|
||||
- include: $handlers/restart_services.yml
|
||||
|
||||
3
tasks/motd.yml
Normal file
3
tasks/motd.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
- name: add motd to system
|
||||
template: src=/srv/infra/hosts/motd.j2 dest=/etc/motd
|
||||
Reference in New Issue
Block a user