1
0
Fork 0
mirror of https://github.com/geerlingguy/ansible-role-postgresql.git synced 2025-03-10 17:26:20 -04:00
postgresql/handlers/main.yml

7 lines
137 B
YAML
Raw Normal View History

---
- name: restart postgresql
2017-08-11 09:40:05 +01:00
service:
name: "{{ postgresql_daemon }}"
2017-08-11 09:42:41 +01:00
state: "{{ postgresql_restarted_state }}"
2017-08-11 09:40:05 +01:00
sleep: 5