Commit ddc8fa39 by Maruyama Takayuki

roles/gitlab: become yes

parent e7e0e799
......@@ -7,12 +7,14 @@
postgresql_user:
name: gitlab
role_attr_flags: CREATEDB
become: yes
become_user: postgres
- name: create db
postgresql_db:
name: gitlabhq_production
owner: gitlab
become: yes
become_user: postgres
- name: checkout gitlab
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment