pagure: turns out we have two pagure DB users
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
f75d677b56
commit
a081e5c0d2
1 changed files with 10 additions and 0 deletions
|
@ -74,6 +74,16 @@
|
|||
- pagure
|
||||
- postgresql
|
||||
|
||||
- name: create the pagure DB user
|
||||
become_user: postgres
|
||||
become: true
|
||||
postgresql_user:
|
||||
name: "{{ pagure_db_admin_user }}"
|
||||
password: "{{ pagure_db_admin_pass }}"
|
||||
tags:
|
||||
- pagure
|
||||
- postgresql
|
||||
|
||||
- name: create the pagure database creation
|
||||
become_user: postgres
|
||||
become: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue