Commit ddc8fa39 by Maruyama Takayuki

roles/gitlab: become yes

parent e7e0e799
...@@ -7,12 +7,14 @@ ...@@ -7,12 +7,14 @@
postgresql_user: postgresql_user:
name: gitlab name: gitlab
role_attr_flags: CREATEDB role_attr_flags: CREATEDB
become: yes
become_user: postgres become_user: postgres
- name: create db - name: create db
postgresql_db: postgresql_db:
name: gitlabhq_production name: gitlabhq_production
owner: gitlab owner: gitlab
become: yes
become_user: postgres become_user: postgres
- name: checkout gitlab - 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