fix(gitlab_runner): Wrong docker project directory
This commit is contained in:
parent
45bf9ecf8d
commit
72c15a4fd3
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue