We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7c0083 commit 08e4b9aCopy full SHA for 08e4b9a
defaults/main.yml
@@ -21,12 +21,12 @@ gitlab_runner_install_directory: >-
21
22
# Overridden based on platform
23
gitlab_runner_config_file: >-
24
- "{{ gitlab_runner_container_mount_path + '/config.toml'
+ {{ gitlab_runner_container_mount_path + '/config.toml'
25
if gitlab_runner_container_install
26
else (
27
__gitlab_runner_config_file_system_mode if gitlab_runner_system_mode
28
else __gitlab_runner_config_file_user_mode
29
- ) }}"
+ ) }}
30
gitlab_runner_config_file_location: "{{ gitlab_runner_config_file | dirname }}"
31
gitlab_runner_executable: "{{ gitlab_runner_package_name }}"
32
0 commit comments