[gitlab] Fix gitlab configuration file path

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
certbot_on_virtu
Yohann D'ANELLO 2021-01-28 15:39:46 +01:00
parent 73a6b5afb4
commit 46f1627c02
Signed by: _ynerant
GPG Key ID: 3A75C55819C8CF85
1 changed files with 2 additions and 1 deletions

View File

@ -20,9 +20,10 @@
- name: Add Gitlab configuration - name: Add Gitlab configuration
template: template:
src: gitlab.rb.j2 src: gitlab.rb.j2
dest: /etc/letsencrypt/rfc2136.ini dest: /etc/gitlab/gitlab.rb
mode: 0600 mode: 0600
owner: root owner: root
group: root
- name: Reconfigure Gitlab - name: Reconfigure Gitlab
command: gitlab-ctl reconfigure command: gitlab-ctl reconfigure