diff options
author | Seth Vidal <skvidal@fedoraproject.org> | 2013-05-13 20:14:49 +0000 |
---|---|---|
committer | Seth Vidal <skvidal@fedoraproject.org> | 2013-05-13 20:14:49 +0000 |
commit | a767c419baca015c36eded06d95f84197045e59e (patch) | |
tree | ab979b3d898eafd0d172a68448fa8a373397a98f | |
parent | 3a044748433df0df32079bac572267945dd483eb (diff) | |
download | ansible-a767c419baca015c36eded06d95f84197045e59e.tar.gz ansible-a767c419baca015c36eded06d95f84197045e59e.tar.xz ansible-a767c419baca015c36eded06d95f84197045e59e.zip |
helpful to have the correct path
-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 |