vagrant-ansible-docker/ansible/roles/gitlab_server/handlers/main.yml

7 lines
157 B
YAML
Raw Normal View History

2022-10-09 14:56:26 +02:00
---
- name: restart gitlab
command: docker exec gitlab gitlab-ctl restart
- name: reconfigure gitlab
command: docker exec gitlab gitlab-ctl reconfigure