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 109109 become : yes
110110 become_user : " {{ runner_user }}"
111111 no_log : " {{ hide_sensitive_logs | bool }}"
112- when : runner_name in registered_runners.json.runners|map(attribute='name')|list and not runner_org
112+ when : runner_name in registered_runners.json.runners|map(attribute='name')|list and reinstall_runner and not runner_org
113113 tags :
114114 - install
115115
121121 become : yes
122122 become_user : " {{ runner_user }}"
123123 no_log : " {{ hide_sensitive_logs | bool }}"
124- when : runner_name in registered_runners.json.runners|map(attribute='name')|list and runner_org
124+ when : runner_name in registered_runners.json.runners|map(attribute='name')|list and reinstall_runner and runner_org
125125 tags :
126126 - install
127127
You can’t perform that action at this time.
0 commit comments