reload systemd after change

This commit is contained in:
Robert Kaussow 2018-10-16 00:23:42 +02:00
parent a0c2fa0306
commit 682d293d45
1 changed files with 7 additions and 1 deletions

View File

@ -14,12 +14,18 @@
state: directory
mode: 0700
- name: Setup custom systemd unit
- name: Setup custom systemd service
template:
src: etc/systemd/system/postgresql.service.j2
dest: "/etc/systemd/system/{{ __postgres_daemon }}.service"
mode: 0644
notify: __postgres_restart
register: __postgres_systemd
- name: just force systemd to reread configs (2.4 and above)
systemd:
daemon_reload: True
when: __postgres_systemd.changed
- name: Check if database is initialized
stat: