Initial
This commit is contained in:
6
roles/geerlingguy.postgresql/handlers/main.yml
Normal file
6
roles/geerlingguy.postgresql/handlers/main.yml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: restart postgresql
|
||||
service:
|
||||
name: "{{ postgresql_daemon }}"
|
||||
state: "{{ postgresql_restarted_state }}"
|
||||
sleep: 5
|
Reference in New Issue
Block a user