Skip to content

Commit 2927403

Browse files
committed
Windows: Remove become to fix provisioning on Windows
This fixes a regression introduced in 62ec42f causing the following error on Windows: "The powershell shell family is incompatible with the sudo become plugin".
1 parent 77b8e99 commit 2927403

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tasks/global-setup-windows.yml

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
insertafter: \s*concurrent.*
3232
state: present
3333
no_log: "{{ gitlab_runner_no_log_secrets | default(omit) }}"
34-
become: "{{ gitlab_runner_system_mode }}"
3534
notify:
3635
- restart_gitlab_runner
3736
- restart_gitlab_runner_windows

0 commit comments

Comments
 (0)