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"
14
14
# State in which the runner service will be after the role is done (started, stopped, absent)
15
15
runner_state : " started"
16
16
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
18
18
reinstall_runner : no
19
19
20
20
# Do not show Ansible logs which may contain sensitive data (registration token)
@@ -26,10 +26,10 @@ github_server: "https://github.com"
26
26
# Personal Access Token for your GitHub account
27
27
access_token : " {{ lookup('env', 'PERSONAL_ACCESS_TOKEN') }}"
28
28
29
- # Is it the runner for organization or not
29
+ # Is it the runner for organization or not?
30
30
runner_org : no
31
31
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)
33
33
runner_name : " {{ ansible_hostname }}"
34
34
35
35
# GitHub Repository user or Organization owner used for Runner registration
You can’t perform that action at this time.
0 commit comments