iloth_ansible/roles/postgresql/handlers/main.yml

6 lines
84 B
YAML

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