ansible/roles/postgresql_server/handlers/main.yml

3 lines
74 B
YAML

---
- name: restart postgresql
service: name=postgresql state=restarted