File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 10
10
- github_account : monolithprojects
11
11
- runner_version : " latest"
12
12
- reinstall_runner : yes
13
+ - hide_sensitive_logs : no
13
14
roles :
14
15
- robertdebock.epel
15
16
- ansible-github_actions_runner
Original file line number Diff line number Diff line change 79
79
- install
80
80
81
81
- name : Register runner (if new installation) for repo
82
- command : " {{ runner_dir }}/./config.sh --url {{ github_server }}/{{ github_owner | default(github_account) }}/{{ github_repo }} \
82
+ command : " {{ runner_dir }}/./config.sh --url {{ github_url }}/{{ github_owner | default(github_account) }}/{{ github_repo }} \
83
83
--token {{ registration.json.token }} --name {{ runner_name }} --unattended"
84
84
args :
85
85
chdir : " {{ runner_dir }}"
91
91
- install
92
92
93
93
- name : Register runner (if new installation) for organization
94
- command : " {{ runner_dir }}/./config.sh --url {{ github_server }}/{{ github_owner | default(github_account) }} \
94
+ command : " {{ runner_dir }}/./config.sh --url {{ github_url }}/{{ github_owner | default(github_account) }} \
95
95
--token {{ registration.json.token }} --name {{ runner_name }} --unattended"
96
96
args :
97
97
chdir : " {{ runner_dir }}"
103
103
- install
104
104
105
105
- name : Replace registered runner for repo
106
- command : " {{ runner_dir }}/config.sh --url {{ github_server }}/{{ github_owner | default(github_account) }}/{{ github_repo }} \
106
+ command : " {{ runner_dir }}/config.sh --url {{ github_url }}/{{ github_owner | default(github_account) }}/{{ github_repo }} \
107
107
--token {{ registration.json.token }} --name {{ runner_name }} --unattended --replace"
108
108
args :
109
109
chdir : " {{ runner_dir }}"
115
115
- install
116
116
117
117
- name : Replace registered runner for organization
118
- command : " {{ runner_dir }}/config.sh --url {{ github_server }}/{{ github_owner | default(github_account) }} \
118
+ command : " {{ runner_dir }}/config.sh --url {{ github_url }}/{{ github_owner | default(github_account) }} \
119
119
--token {{ registration.json.token }} --name {{ runner_name }} --unattended --replace"
120
120
args :
121
121
chdir : " {{ runner_dir }}"
You can’t perform that action at this time.
0 commit comments