Skip to content

Commit 7713153

Browse files
committed
feat: add undef hints for runner variables
1 parent 4293d64 commit 7713153

File tree

1 file changed

+2
-2
lines changed
  • etc/kayobe/inventory/group_vars/github-runners

1 file changed

+2
-2
lines changed

etc/kayobe/inventory/group_vars/github-runners/runners.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
runner_user: "{{ kayobe_ansible_user }}"
3-
github_account: stackhpc
4-
github_repo: stackhpc-kayobe-config
3+
github_account: "{{ undef(hint='Name of customer's GitHub account') }}"
4+
github_repo: "{{ undef(hint='Name of customer's kayobe config repository') }}"
55
access_token: "{{ secrets_github_access_token }}"
66

77
base_runner_dir: /opt/actions-runner

0 commit comments

Comments
 (0)