From c80d2aa3889815543efd456ecf1ef24dad510c04 Mon Sep 17 00:00:00 2001 From: OldTyT Date: Sun, 25 Feb 2024 20:57:07 +0000 Subject: [PATCH] chore: remove gitlab reload --- tasks/config.yml | 6 ------ 1 file changed, 6 deletions(-) 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