From 57e09f5864fbaf935e99c8594b17595c4706834d Mon Sep 17 00:00:00 2001 From: Jean-Philippe Evrard Date: Tue, 27 Aug 2019 19:21:45 +0200 Subject: [PATCH] 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]: https://github.com/ansible/ansible-lint/blob/07b5194b44f6979480f57b96ea3d196fb59c0e7c/lib/ansiblelint/rules/MetaTagValidRule.py Change-Id: Ide15cb25e85a70f1deabd465e623b22bd963b375 --- meta/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/main.yml b/meta/main.yml index 2b36df2..8c10ffa 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -30,7 +30,7 @@ galaxy_info: - name: opensuse versions: - all - categories: + galaxy_tags: - cloud - rabbitmq - development