chore: remove gitlab reload

This commit is contained in:
2024-02-25 20:57:07 +00:00
parent d9a88e4252
commit c80d2aa388

View File

@@ -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