Initialize the postgresql DB for pagure if necessary
This commit is contained in:
parent
03a487460c
commit
0445c5e6e4
1 changed files with 8 additions and 0 deletions
|
@ -12,6 +12,14 @@
|
||||||
- pagure
|
- pagure
|
||||||
- packages
|
- packages
|
||||||
|
|
||||||
|
- name: Initialize postgres if necessary
|
||||||
|
command: /usr/bin/postgresql-setup initdb
|
||||||
|
creates=/var/lib/pgsql/data
|
||||||
|
notify:
|
||||||
|
- restart postgresql
|
||||||
|
tags:
|
||||||
|
- pagure
|
||||||
|
|
||||||
|
|
||||||
# Set-up gitolite
|
# Set-up gitolite
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue