init
This commit is contained in:
commit
04ea137dd7
5 changed files with 742 additions and 0 deletions
4
handlers/main.yml
Normal file
4
handlers/main.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
- name: restart postgres
|
||||
systemd:
|
||||
name: postgresql
|
||||
state: restarted
|
Reference in a new issue