Files
cicd/playbooks/roles/postgres-install/handlers/main.yml

8 lines
160 B
YAML
Raw Normal View History

2025-07-20 14:53:12 +03:00
---
# handlers file for postgres-install
- name: Reload postgres-install to apply changes
service:
name: postgresql
state: reloaded
enabled: true