We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b8fd01 commit fcb74e4Copy full SHA for fcb74e4
tasks/install_runner_win.yml
@@ -83,7 +83,7 @@
83
args:
84
chdir: "{{ runner_dir }}"
85
changed_when: true
86
- become_method: runas
+ become_method: ansible.builtin.runas
87
become_user: "{{ runner_user }}"
88
become: true
89
no_log: "{{ hide_sensitive_logs | bool }}"
@@ -107,7 +107,7 @@
107
108
109
110
111
112
113
tasks/uninstall_runner_win.yml
@@ -35,7 +35,7 @@
35
36
37
38
39
40
41
0 commit comments