diff --git a/galaxy.yml b/galaxy.yml index 85e6035..20b6885 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -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 diff --git a/roles/github/defaults/main.yml b/roles/github/defaults/main.yml index bfd185f..a6da44e 100644 --- a/roles/github/defaults/main.yml +++ b/roles/github/defaults/main.yml @@ -56,6 +56,7 @@ 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. @@ -63,6 +64,7 @@ github_kayobe_environment_input: | required: true default: '{{ github_kayobe_environments | first }}' options: {{ github_kayobe_environments }} + {%- endif -%} github_workflows: - "{{ github_prepare_runner }}"