We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 555fbc7 + ebaa9ce commit a94bc3dCopy full SHA for a94bc3d
2 files changed
galaxy.yml
@@ -8,7 +8,7 @@ description: "Installs github self hosted repo or org runners within a docker co
8
can be a vanilla runner, or one with java / android installed."
9
license_file: LICENSE
10
readme: README.md
11
-version: 0.1.1
+version: 0.1.2
12
repository: https://github.com/compscidr/ansible-github-runner
13
tags:
14
- github
roles/github_runner/tasks/main.yml
@@ -25,6 +25,7 @@
25
{
26
'ACCESS_TOKEN': github_runner_personal_access_token,
27
'DISABLE_AUTO_UPDATE': 'true',
28
+ 'DISABLE_AUTOMATIC_DEREGISTRATION': 'true',
29
'RUNNER_NAME_PREFIX': github_runner_name,
30
'LABELS': github_runner_labels,
31
'HOST_NAME': inventory_hostname,
0 commit comments