Add a GitLab runner
Woo CI!
This commit is contained in:
5
ansible/roles/gitlab_runner/handlers/main.yml
Normal file
5
ansible/roles/gitlab_runner/handlers/main.yml
Normal file
@ -0,0 +1,5 @@
|
||||
- name: restart gitlab-runner
|
||||
service:
|
||||
name: gitlab-runner
|
||||
state: restarted
|
||||
become: true
|
Reference in New Issue
Block a user