Skip to content

Commit 8cbd536

Browse files
Change default vars
1 parent 15f39bb commit 8cbd536

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

defaults/main.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,14 @@ runner_dir: /opt/actions-runner
88
# Version of the GitHub Actions Runner
99
runner_version: "latest"
1010

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"
1313

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
1619

1720
# Do not show Ansible logs which may contain sensitive data (registration token)
1821
hide_sensitive_logs: yes
@@ -23,7 +26,7 @@ github_server: "https://github.com"
2326
# Personal Access Token for your GitHub account
2427
access_token: "{{ lookup('env', 'PERSONAL_ACCESS_TOKEN') }}"
2528

26-
# Is it runner for organization or not
29+
# Is it the runner for organization or not
2730
runner_org: no
2831

2932
# GitHub Repository user or Organization owner used for Runner registration

0 commit comments

Comments
 (0)