Skip to content

Commit

Permalink
debug print the username and password
Browse files Browse the repository at this point in the history
This helps debops#16.
  • Loading branch information
muelli committed May 27, 2015
1 parent ca2c749 commit 291d7e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tasks/configure_gitlab_ce.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,9 @@
(ansible_local.gitlab.installed is undefined or (ansible_local.gitlab.installed is defined and
not ansible_local.gitlab.installed))))))

- debug: var=gitlab_admin_email
- debug: var=gitlab_admin_password

- name: Initialize GitLab database
shell: yes 'yes' | bundle exec rake gitlab:setup RAILS_ENV=production
chdir={{ gitlab_ce_git_checkout }}
Expand Down

0 comments on commit 291d7e8

Please sign in to comment.