Files
cicd/playbooks/roles/postgres-install/handlers/main.yml
2025-07-20 14:53:12 +03:00

8 lines
160 B
YAML

---
# handlers file for postgres-install
- name: Reload postgres-install to apply changes
service:
name: postgresql
state: reloaded
enabled: true