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