Add a GitLab runner

Woo CI!
This commit is contained in:
Jake Howard
2021-06-01 19:29:21 +01:00
parent 64ebaa67d0
commit a867df04a5
7 changed files with 57 additions and 0 deletions

View File

@ -0,0 +1,5 @@
- name: restart gitlab-runner
service:
name: gitlab-runner
state: restarted
become: true