ansible/roles/postgresql_server/handlers/main.yml

7 lines
86 B
YAML

---
- name: Reload postgresql
service:
name: postgresql
state: reloaded
...