Skip to content

Commit 11d5f91

Browse files
Add variable
1 parent 79dcfec commit 11d5f91

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

defaults/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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)
1515
runner_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
1818
reinstall_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
2727
access_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?
3030
runner_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)
3333
runner_name: "{{ ansible_hostname }}"
3434

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

0 commit comments

Comments
 (0)