From d9a88e425229aa8e38d370bab88b8bebb3b82f30 Mon Sep 17 00:00:00 2001 From: OldTyT Date: Sun, 25 Feb 2024 19:03:27 +0000 Subject: [PATCH] chore: remove blank from config path --- tasks/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/config.yml b/tasks/config.yml index 2b3ee44..4983825 100644 --- a/tasks/config.yml +++ b/tasks/config.yml @@ -23,7 +23,7 @@ - name: "Post-fix altered config" ansible.builtin.replace: - path: " {{ gitlab_runner_config_path }}" + path: "{{ gitlab_runner_config_path }}" regexp: "concurrent *= *\\d+" replace: "concurrent = {{ gitlab_runner_concurrent }}"