File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ namespace: stackhpc
88name : 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
1414readme : README.md
Original file line number Diff line number Diff line change @@ -56,13 +56,15 @@ github_kolla_tags_input: |
5656 The ansible tags to use when running kolla-ansible playbooks.
5757
5858github_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
6769github_workflows :
6870 - " {{ github_prepare_runner }}"
You can’t perform that action at this time.
0 commit comments