From 3a044748433df0df32079bac572267945dd483eb Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Mon, 13 May 2013 20:10:56 +0000 Subject: [PATCH] add motd.yml tasklist try motd task to releng as a test --- playbooks/groups/releng.yml | 1 + tasks/motd.yml | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 tasks/motd.yml diff --git a/playbooks/groups/releng.yml b/playbooks/groups/releng.yml index 3dd85015d2..666ca5734b 100644 --- a/playbooks/groups/releng.yml +++ b/playbooks/groups/releng.yml @@ -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 diff --git a/tasks/motd.yml b/tasks/motd.yml new file mode 100644 index 0000000000..90b3e71322 --- /dev/null +++ b/tasks/motd.yml @@ -0,0 +1,3 @@ +--- +- name: add motd to system + template: src=/srv/infra/hosts/motd.j2 dest=/etc/motd