This commit is contained in:
Robert Kaussow 2018-10-16 00:13:13 +02:00
parent f8c221bd92
commit 46362eabf3
1 changed files with 1 additions and 1 deletions

View File

@ -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