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

main.yml « handlers « common « roles « terraform « _support - gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3907d4fca4f14377c7efcb230e898e6a0ec02909 (plain)
1
2
3
4
5
6
7
- name: gitlab-ctl reconfigure
  command:
    cmd: gitlab-ctl reconfigure

- name: gitlab-ctl restart
  command:
    cmd: gitlab-ctl restart