Skip to content

Commit 08e4b9a

Browse files
committed
fix: drop the double quotes as it is breaking
1 parent e7c0083 commit 08e4b9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

defaults/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ gitlab_runner_install_directory: >-
2121
2222
# Overridden based on platform
2323
gitlab_runner_config_file: >-
24-
"{{ gitlab_runner_container_mount_path + '/config.toml'
24+
{{ gitlab_runner_container_mount_path + '/config.toml'
2525
if gitlab_runner_container_install
2626
else (
2727
__gitlab_runner_config_file_system_mode if gitlab_runner_system_mode
2828
else __gitlab_runner_config_file_user_mode
29-
) }}"
29+
) }}
3030
gitlab_runner_config_file_location: "{{ gitlab_runner_config_file | dirname }}"
3131
gitlab_runner_executable: "{{ gitlab_runner_package_name }}"
3232

0 commit comments

Comments
 (0)