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: