Initial commit
This commit is contained in:
commit
70c8393f0b
13 changed files with 185 additions and 0 deletions
5
roles/gitlab_runner/handlers/main.yml
Normal file
5
roles/gitlab_runner/handlers/main.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
- name: restart gitlab-runner
|
||||
systemd:
|
||||
name: gitlab-runner
|
||||
state: restarted
|
||||
enabled: yes
|
||||
Reference in a new issue