1
0
Fork 0
mirror of https://github.com/geerlingguy/ansible-role-postgresql.git synced 2024-11-11 13:50:50 -05:00
postgresql/handlers/main.yml

4 lines
97 B
YAML
Raw Normal View History

---
- name: restart postgresql
2016-09-29 21:01:39 -04:00
service: "name={{ postgresql_daemon }} state=restarted sleep=5"