Welcome to mirror list, hosted at ThFree Co, Russian Federation.

main.yml « tasks « gitaly « roles « terraform « _support - gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d5c47eea14fe551c16c66bd35a58ce71918a4985 (plain)
1
2
3
4
5
6
7
- name: /etc/gitlab/gitlab.rb
  template:
    src: gitaly-gitlab.rb.j2
    dest: /etc/gitlab/gitlab.rb
  notify:
    - gitlab-ctl reconfigure
    - gitlab-ctl restart