diff options
-rw-r--r-- | tasks/motd.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/motd.yml b/tasks/motd.yml index 90b3e7132..3370735ea 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 |