Use galaxy_tags instead of categories
Ansible moved to use galaxy_tags instead of categories in
meta. We didn't update our meta, and we should do this.
Without this patch, ansible-lint with default rules would fail
due to rule 702 [1].
[1]: 07b5194b44/lib/ansiblelint/rules/MetaTagValidRule.py
Change-Id: Ide15cb25e85a70f1deabd465e623b22bd963b375
This commit is contained in:
parent
ffc97df5d3
commit
57e09f5864
@ -30,7 +30,7 @@ galaxy_info:
|
||||
- name: opensuse
|
||||
versions:
|
||||
- all
|
||||
categories:
|
||||
galaxy_tags:
|
||||
- cloud
|
||||
- rabbitmq
|
||||
- development
|
||||
|
Loading…
Reference in New Issue
Block a user