Skip to content

Commit 395fdf8

Browse files
Sync default vars with README
1 parent 11d5f91 commit 395fdf8

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,16 @@ runner_user: "{{ lookup('env','USER') }}"
4545
# Directory where the local runner will be installed
4646
runner_dir: /opt/actions-runner
4747

48+
# Directory where the runner package will be dowloaded
49+
runner_pkg_tempdir: /tmp/gh_actions_runner
50+
4851
# Version of the GitHub Actions Runner
4952
runner_version: "latest"
5053

5154
# State in which the runner service will be after the role is done (started, stopped, absent)
5255
runner_state: "started"
5356

54-
# If found on the server, delete already existed runner service before install
57+
# If found on the server, delete already existing runner service and install it again
5558
reinstall_runner: no
5659

5760
# Do not show Ansible logs which may contain sensitive data (registration token)
@@ -63,10 +66,10 @@ github_server: "https://github.com"
6366
# Personal Access Token for your GitHub account
6467
access_token: "{{ lookup('env', 'PERSONAL_ACCESS_TOKEN') }}"
6568

66-
# Is it the runner for organization or not
69+
# Is it the runner for organization or not?
6770
runner_org: no
6871

69-
# Name to assign to this runner in GitHub (hostname as default)
72+
# Name to assign to this runner in GitHub (System hostname as default)
7073
runner_name: "{{ ansible_hostname }}"
7174

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

0 commit comments

Comments
 (0)