Files

8 lines
160 B
YAML
Raw Permalink 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