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.
undef
1 parent 4293d64 commit 7713153Copy full SHA for 7713153
etc/kayobe/inventory/group_vars/github-runners/runners.yml
@@ -1,7 +1,7 @@
1
---
2
runner_user: "{{ kayobe_ansible_user }}"
3
-github_account: stackhpc
4
-github_repo: stackhpc-kayobe-config
+github_account: "{{ undef(hint='Name of customer's GitHub account') }}"
+github_repo: "{{ undef(hint='Name of customer's kayobe config repository') }}"
5
access_token: "{{ secrets_github_access_token }}"
6
7
base_runner_dir: /opt/actions-runner
0 commit comments