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:
Jean-Philippe Evrard 2019-08-27 19:21:45 +02:00
parent ffc97df5d3
commit 57e09f5864
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ galaxy_info:
- name: opensuse
versions:
- all
categories:
galaxy_tags:
- cloud
- rabbitmq
- development