diff --git a/tasks/config.yml b/tasks/config.yml index 4983825..2a95c59 100644 --- a/tasks/config.yml +++ b/tasks/config.yml @@ -27,10 +27,4 @@ regexp: "concurrent *= *\\d+" replace: "concurrent = {{ gitlab_runner_concurrent }}" -- name: "Reload config" - ansible.builtin.shell: - # see https://docs.gitlab.com/runner/commands/#signals - cmd: "pkill -SIGHUP -f gitlab-runner" - - - meta: flush_handlers