From 72c15a4fd3ca609e1e8e6433f1ea29a5558e1e61 Mon Sep 17 00:00:00 2001 From: saibotk Date: Thu, 22 Feb 2024 03:43:53 +0100 Subject: [PATCH] fix(gitlab_runner): Wrong docker project directory --- roles/gitlab_runner/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/gitlab_runner/tasks/main.yml b/roles/gitlab_runner/tasks/main.yml index 73bad97..748b2d7 100644 --- a/roles/gitlab_runner/tasks/main.yml +++ b/roles/gitlab_runner/tasks/main.yml @@ -78,7 +78,7 @@ - name: Compose gitlab-runner community.docker.docker_compose_v2: state: present - project_src: "{{ gitlab_runner_config_location }}" + project_src: "{{ gitlab_runner_install_location }}" pull: always remove_orphans: true tags: