[gitlab] Fix gitlab configuration file path
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>certbot_on_virtu
parent
73a6b5afb4
commit
46f1627c02
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue