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