add motd.yml tasklist
try motd task to releng as a test
This commit is contained in:
parent
d930876807
commit
3a04474843
2 changed files with 4 additions and 0 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue