Starting and enabling postgres might help
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
2485929fc9
commit
cbd9735021
1 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,9 @@
|
|||
notify:
|
||||
- restart postgresql
|
||||
|
||||
- name: start postgres
|
||||
service: name=postgresql state=started enabled=yes
|
||||
|
||||
- name: Create database
|
||||
postgresql_db: name=regcfp
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue