v0.1
This commit is contained in:
7
playbooks/roles/postgres-install/handlers/main.yml
Normal file
7
playbooks/roles/postgres-install/handlers/main.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
# handlers file for postgres-install
|
||||
- name: Reload postgres-install to apply changes
|
||||
service:
|
||||
name: postgresql
|
||||
state: reloaded
|
||||
enabled: true
|
Reference in New Issue
Block a user