File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,14 @@ runner_dir: /opt/actions-runner
8
8
# Version of the GitHub Actions Runner
9
9
runner_version : " latest"
10
10
11
- # If found, replace already registered runner
12
- replace_runner : yes
11
+ # State in which the runner service will be after the role is done (started, stopped, absent)
12
+ runner_state : " started "
13
13
14
- # If found, delete already existed runner before install
15
- uninstall_runner : no
14
+ # If found in GitGub, replace already registered runner
15
+ # replace_runner: yes
16
+
17
+ # If found on the server, delete already existed runner service before install
18
+ reinstall_runner : no
16
19
17
20
# Do not show Ansible logs which may contain sensitive data (registration token)
18
21
hide_sensitive_logs : yes
@@ -23,7 +26,7 @@ github_server: "https://github.com"
23
26
# Personal Access Token for your GitHub account
24
27
access_token : " {{ lookup('env', 'PERSONAL_ACCESS_TOKEN') }}"
25
28
26
- # Is it runner for organization or not
29
+ # Is it the runner for organization or not
27
30
runner_org : no
28
31
29
32
# GitHub Repository user or Organization owner used for Runner registration
You can’t perform that action at this time.
0 commit comments