fix(gitlab_runner): Wrong docker project directory

This commit is contained in:
saibotk 2024-02-22 03:43:53 +01:00
parent 45bf9ecf8d
commit 72c15a4fd3
Signed by: saibotk
GPG key ID: 67585F0065E261D5

View file

@ -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: