From 46f1627c022af876c09b15911df202369f041f5e Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO <ynerant@crans.org> Date: Thu, 28 Jan 2021 15:39:46 +0100 Subject: [PATCH] [gitlab] Fix gitlab configuration file path Signed-off-by: Yohann D'ANELLO <ynerant@crans.org> --- roles/gitlab/tasks/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/gitlab/tasks/main.yml b/roles/gitlab/tasks/main.yml index 88d8be84..62bfcbcd 100644 --- a/roles/gitlab/tasks/main.yml +++ b/roles/gitlab/tasks/main.yml @@ -20,9 +20,10 @@ - name: Add Gitlab configuration template: src: gitlab.rb.j2 - dest: /etc/letsencrypt/rfc2136.ini + dest: /etc/gitlab/gitlab.rb mode: 0600 owner: root + group: root - name: Reconfigure Gitlab command: gitlab-ctl reconfigure -- GitLab