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 }}"