Skip to content
Snippets Groups Projects
Commit 2aba9982 authored by Romain CABASSOT's avatar Romain CABASSOT
Browse files

Added handler to restart gitlab-runner service on global setup change.

parent a70a43d2
Branches
Tags
No related merge requests found
---
# handlers file for gitlab-runner
- name: restart_gitlab_runner
service: name=gitlab-runner state=restarted
......@@ -6,6 +6,7 @@
line: '\1concurrent = {{ gitlab_runner_concurrent }}'
state: present
backrefs: yes
notify: restart_gitlab_runner
- name: Set docker privileged option
lineinfile:
......@@ -14,4 +15,5 @@
line: '\1privileged = {{ gitlab_runner_docker_privileged | lower}}'
state: present
backrefs: yes
notify: restart_gitlab_runner
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment