diff --git a/roles/sapp/tasks/main.yml b/roles/sapp/tasks/main.yml index 161d8a6..09bc5d2 100644 --- a/roles/sapp/tasks/main.yml +++ b/roles/sapp/tasks/main.yml @@ -54,7 +54,7 @@ - name: Template the sapp_tmpfile.conf template: - src: "{{ role_path }}/files/sapp_tmpfile.conf.j2" + src: "{{ role_path }}/templates/sapp_tmpfile.conf.j2" dest: /etc/tmpfiles.d/sapp_tmpfile.conf tags: template