Skip to content

Commit 15f17da

Browse files
authored
feat: use less verbose input descriptions (#26)
1 parent c4b7fd5 commit 15f17da

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

roles/github/defaults/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,22 +42,22 @@ github_tempest_test_suites: |
4242
github_kayobe_limit_input: |
4343
kayobe_limit:
4444
description: |
45-
The ansible limit to use when running kayobe playbooks.
45+
--limit
4646
4747
github_kayobe_tags_input: |
4848
kayobe_tags:
4949
description: |
50-
The ansible tags to use when running kayobe playbooks.
50+
--tags
5151
5252
github_kolla_limit_input: |
5353
kolla_limit:
5454
description: |
55-
The ansible limit to use for kolla-ansible playbooks.
55+
--kolla-limit
5656
5757
github_kolla_tags_input: |
5858
kolla_tags:
5959
description: |
60-
The ansible tags to use when running kolla-ansible playbooks.
60+
--kolla-tags
6161
6262
github_kayobe_environment_input: |
6363
{%- if github_environment_selector == 'input' -%}

roles/github/vars/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ github_kayobe_dispatch_inputs:
2929
- "{{ github_kayobe_tags_input }}"
3030

3131
github_kolla_dispatch_inputs:
32-
- "{{ github_kolla_tags_input }}"
3332
- "{{ github_kolla_limit_input }}"
33+
- "{{ github_kolla_tags_input }}"
3434

3535
github_kayobe_task_arguments:
3636
- KAYOBE_TAGS

0 commit comments

Comments
 (0)