6 lines
145 B
YAML
6 lines
145 B
YAML
|
---
|
||
|
- name: restart gitlab
|
||
|
command: gitlab-ctl reconfigure
|
||
|
register: gitlab_restart
|
||
|
failed_when: gitlab_restart_handler_failed_when | bool
|