This commit is contained in:
Robert Kaussow 2018-10-16 00:13:13 +02:00
parent f8c221bd92
commit 46362eabf3

View File

@ -17,7 +17,7 @@
- name: Setup custom systemd unit - name: Setup custom systemd unit
template: template:
src: etc/systemd/system/postgresql.service.j2 src: etc/systemd/system/postgresql.service.j2
dest: "etc/systemd/system/{{ __postgres_daemon }}.service" dest: "/etc/systemd/system/{{ __postgres_daemon }}.service"
mode: 0644 mode: 0644
notify: __postgres_restart notify: __postgres_restart
become: True become: True