File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8989
9090- name : Register runner (if new installation) for organization
9191 command : " {{ runner_dir }}/./config.sh --url {{ github_url }}/{{ github_owner | default(github_account) }} \
92- --token {{ registration.json.token }} --name {{ runner_name }} --labels {{ runner_labels }} --unattended"
92+ --token {{ registration.json.token }} --name {{ runner_name }} --labels {{ runner_labels | join(',') }} --unattended"
9393 args :
9494 chdir : " {{ runner_dir }}"
9595 become : yes
101101
102102- name : Replace registered runner for repo
103103 command : " {{ runner_dir }}/config.sh --url {{ github_url }}/{{ github_owner | default(github_account) }}/{{ github_repo }} \
104- --token {{ registration.json.token }} --name {{ runner_name }} --labels {{ runner_labels }} --unattended --replace"
104+ --token {{ registration.json.token }} --name {{ runner_name }} --labels {{ runner_labels | join(',') }} --unattended --replace"
105105 args :
106106 chdir : " {{ runner_dir }}"
107107 become : yes
113113
114114- name : Replace registered runner for organization
115115 command : " {{ runner_dir }}/config.sh --url {{ github_url }}/{{ github_owner | default(github_account) }} \
116- --token {{ registration.json.token }} --name {{ runner_name }} --labels {{ runner_labels }} --unattended --replace"
116+ --token {{ registration.json.token }} --name {{ runner_name }} --labels {{ runner_labels | join(',') }} --unattended --replace"
117117 args :
118118 chdir : " {{ runner_dir }}"
119119 become : yes
You can’t perform that action at this time.
0 commit comments