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 @@ -14,7 +14,7 @@ runner_version: "latest"
1414# State in which the runner service will be after the role is done (started, stopped, absent)
1515runner_state : " started"
1616
17- # If found on the server, delete already existed runner service before install
17+ # If found on the server, delete already existing runner service and install it again
1818reinstall_runner : no
1919
2020# Do not show Ansible logs which may contain sensitive data (registration token)
@@ -26,10 +26,10 @@ github_server: "https://github.com"
2626# Personal Access Token for your GitHub account
2727access_token : " {{ lookup('env', 'PERSONAL_ACCESS_TOKEN') }}"
2828
29- # Is it the runner for organization or not
29+ # Is it the runner for organization or not?
3030runner_org : no
3131
32- # Name to assign to this runner in GitHub (hostname as default)
32+ # Name to assign to this runner in GitHub (System hostname as default)
3333runner_name : " {{ ansible_hostname }}"
3434
3535# GitHub Repository user or Organization owner used for Runner registration
You can’t perform that action at this time.
0 commit comments