From 291d7e89e45a2832852433083155f12c96a93d28 Mon Sep 17 00:00:00 2001 From: Tobias Mueller Date: Wed, 27 May 2015 10:56:58 +0200 Subject: [PATCH] debug print the username and password This helps #16. --- tasks/configure_gitlab_ce.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tasks/configure_gitlab_ce.yml b/tasks/configure_gitlab_ce.yml index 9116bfd..2a3965b 100644 --- a/tasks/configure_gitlab_ce.yml +++ b/tasks/configure_gitlab_ce.yml @@ -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 }}