infrastructure/ansible/roles/gitlab/handlers/main.yml
2020-08-29 23:56:14 +01:00

5 lines
94 B
YAML

- name: restart gitlab
shell:
chdir: /opt/gitlab
cmd: "{{ docker_update_command }}"