Skip to content

Commit

Permalink
Merge pull request #10 from stackhpc/fix-var-lazy-eval
Browse files Browse the repository at this point in the history
fix: prevent unwanted evaluation
  • Loading branch information
jackhodgkiss committed Oct 25, 2023
2 parents d6bc299 + dba77fe commit c1606d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace: stackhpc
name: kayobe_workflows

# The version of the collection. Must be compatible with semantic versioning
version: 1.0.0
version: 1.0.1

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
Expand Down
2 changes: 2 additions & 0 deletions roles/github/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,15 @@ github_kolla_tags_input: |
The ansible tags to use when running kolla-ansible playbooks.
github_kayobe_environment_input: |
{%- if github_environment_selector == 'input' -%}
kayobe_environment:
description: |
Select the environment the kayobe workflow shall target.
type: choice
required: true
default: '{{ github_kayobe_environments | first }}'
options: {{ github_kayobe_environments }}
{%- endif -%}
github_workflows:
- "{{ github_prepare_runner }}"
Expand Down

0 comments on commit c1606d4

Please sign in to comment.