Migrate a bunch of things to roles. Thanks to misc!
This commit is contained in:
parent
16ce004157
commit
8e2ec48cc0
55 changed files with 138 additions and 108 deletions
3
roles/postgresql_server/handlers/main.yml
Normal file
3
roles/postgresql_server/handlers/main.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
- name: restart postgresql
|
||||
service: name=postgresql state=restarted
|
Loading…
Add table
Add a link
Reference in a new issue