fix path
This commit is contained in:
parent
f8c221bd92
commit
46362eabf3
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user