We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 248a92f commit fd72257Copy full SHA for fd72257
defaults/main.yml
@@ -26,7 +26,7 @@ gitlab_runner_config_file: >-
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