Files
infrastructure/ansible/roles/gitlab/handlers/main.yml
Jake Howard 0ce15cb4d8 Add gitlab
2020-08-29 23:56:14 +01:00

5 lines
94 B
YAML

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