homeserver/roles/geerlingguy.gitlab/handlers/main.yml

6 lines
145 B
YAML
Raw Normal View History

2021-02-13 14:20:18 +01:00
---
- name: restart gitlab
command: gitlab-ctl reconfigure
register: gitlab_restart
failed_when: gitlab_restart_handler_failed_when | bool