Skip to content

Commit c1606d4

Browse files
committed
Merge pull request #10 from stackhpc/fix-var-lazy-eval
fix: prevent unwanted evaluation
2 parents d6bc299 + dba77fe commit c1606d4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace: stackhpc
88
name: kayobe_workflows
99

1010
# The version of the collection. Must be compatible with semantic versioning
11-
version: 1.0.0
11+
version: 1.0.1
1212

1313
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
1414
readme: README.md

roles/github/defaults/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,15 @@ github_kolla_tags_input: |
5656
The ansible tags to use when running kolla-ansible playbooks.
5757
5858
github_kayobe_environment_input: |
59+
{%- if github_environment_selector == 'input' -%}
5960
kayobe_environment:
6061
description: |
6162
Select the environment the kayobe workflow shall target.
6263
type: choice
6364
required: true
6465
default: '{{ github_kayobe_environments | first }}'
6566
options: {{ github_kayobe_environments }}
67+
{%- endif -%}
6668
6769
github_workflows:
6870
- "{{ github_prepare_runner }}"

0 commit comments

Comments
 (0)