Files
infrastructure/ansible/roles/gitlab_runner/handlers/main.yml
Jake Howard a867df04a5 Add a GitLab runner
Woo CI!
2021-06-01 19:29:21 +01:00

6 lines
101 B
YAML

- name: restart gitlab-runner
service:
name: gitlab-runner
state: restarted
become: true