File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1818 - gitlab_install_target_platform == 'container'
1919
2020- name : (Windows) Unregister runner
21- ansible.windows.win_command : " {{ gitlab_runner_executable }} unregister --name {{ actual_gitlab_runner_name }}"
21+ ansible.windows.win_command : " {{ gitlab_runner_executable }} unregister --name ' {{ actual_gitlab_runner_name }}' "
2222 args :
2323 chdir : " {{ gitlab_runner_config_file_location }}"
2424 when :
2525 - gitlab_install_target_platform == 'windows'
2626
2727- name : Unregister runner
28- ansible.builtin.command : " {{ gitlab_runner_executable }} unregister --name {{ actual_gitlab_runner_name }}"
28+ ansible.builtin.command : " {{ gitlab_runner_executable }} unregister --name ' {{ actual_gitlab_runner_name }}' "
2929 when :
3030 - gitlab_install_target_platform == 'unix'
3131 become : " {{ gitlab_runner_system_mode }}"
You can’t perform that action at this time.
0 commit comments