diff --git a/tasks/install.yml b/tasks/install.yml index 91e342d..ff65350 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -17,7 +17,7 @@ - name: Setup custom systemd unit template: src: etc/systemd/system/postgresql.service.j2 - dest: "etc/systemd/system/{{ __postgres_daemon }}.service" + dest: "/etc/systemd/system/{{ __postgres_daemon }}.service" mode: 0644 notify: __postgres_restart become: True