ansible/roles/postgresql_server/handlers/main.yml

6 lines
86 B
YAML

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