add motd.yml tasklist

try motd task to releng as a test
This commit is contained in:
Seth Vidal 2013-05-13 20:10:56 +00:00
parent d930876807
commit 3a04474843
2 changed files with 4 additions and 0 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
---
- name: add motd to system
template: src=/srv/infra/hosts/motd.j2 dest=/etc/motd