From a767c419baca015c36eded06d95f84197045e59e Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Mon, 13 May 2013 20:14:49 +0000 Subject: [PATCH] helpful to have the correct path --- tasks/motd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/motd.yml b/tasks/motd.yml index 90b3e71322..3370735ea6 100644 --- a/tasks/motd.yml +++ b/tasks/motd.yml @@ -1,3 +1,3 @@ --- - name: add motd to system - template: src=/srv/infra/hosts/motd.j2 dest=/etc/motd + template: src=/srv/web/infra/hosts/motd.j2 dest=/etc/motd