mg
09b5806a6c
GitLab in Archiv Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#5 Co-Authored-By: mg <mg@noreply.git.mgrote.net> Co-Committed-By: mg <mg@noreply.git.mgrote.net>
5 lines
145 B
YAML
5 lines
145 B
YAML
---
|
|
- name: restart gitlab
|
|
command: gitlab-ctl reconfigure
|
|
register: gitlab_restart
|
|
failed_when: gitlab_restart_handler_failed_when | bool
|