We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 58c1e69 + 62f601c commit 6e1a1a2Copy full SHA for 6e1a1a2
README.md
@@ -67,7 +67,7 @@ access_token: "{{ lookup('env', 'PERSONAL_ACCESS_TOKEN') }}"
67
runner_org: no
68
69
# Name to assign to this runner in GitHub (hostname as default)
70
-runner_name: "{{ lookup('pipe', 'hostname') }}"
+runner_name: "{{ ansible_hostname }}"
71
72
# GitHub Repository user or Organization owner used for Runner registration
73
# github_account: "youruser"
0 commit comments