Skip to content

Commit fd72257

Browse files
committed
fix: remove lonely quote breaking the filename
1 parent 248a92f commit fd72257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ gitlab_runner_config_file: >-
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)