Skip to content

Commit a94bc3d

Browse files
authored
Merge pull request #39 from compscidr/jason/fix-persistence-2
fix persistence 2
2 parents 555fbc7 + ebaa9ce commit a94bc3d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: "Installs github self hosted repo or org runners within a docker co
88
can be a vanilla runner, or one with java / android installed."
99
license_file: LICENSE
1010
readme: README.md
11-
version: 0.1.1
11+
version: 0.1.2
1212
repository: https://github.com/compscidr/ansible-github-runner
1313
tags:
1414
- github

roles/github_runner/tasks/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
{
2626
'ACCESS_TOKEN': github_runner_personal_access_token,
2727
'DISABLE_AUTO_UPDATE': 'true',
28+
'DISABLE_AUTOMATIC_DEREGISTRATION': 'true',
2829
'RUNNER_NAME_PREFIX': github_runner_name,
2930
'LABELS': github_runner_labels,
3031
'HOST_NAME': inventory_hostname,

0 commit comments

Comments
 (0)