From 73c4e296fea63656eef607f93b7744450e2ef3f4 Mon Sep 17 00:00:00 2001 From: Ludovic Cartier Date: Mon, 2 Oct 2023 10:19:17 +0200 Subject: [PATCH] gitlab-runner - remove quotes --- tasks/gitlab-runner.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/gitlab-runner.yml b/tasks/gitlab-runner.yml index 8bdcdf9..60adf94 100644 --- a/tasks/gitlab-runner.yml +++ b/tasks/gitlab-runner.yml @@ -43,7 +43,7 @@ dest: '/var/lib/docker/volumes/gitlab-runner__etc_gitlab-runner/_data/config.toml' mode: '0600' content: | - concurrent = "{{ (ansible_processor_cores * ansible_processor_count)|int }}" + concurrent = {{ (ansible_processor_cores * ansible_processor_count)|int }} check_interval = 0 [session_server]