57e09f5864
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
39 lines
989 B
YAML
39 lines
989 B
YAML
---
|
|
# Copyright 2018, Rackspace US, Inc.
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
galaxy_info:
|
|
author: rcbops
|
|
description: Plugin collection
|
|
company: Rackspace
|
|
license: Apache2
|
|
min_ansible_version: 2.3.0
|
|
platforms:
|
|
- name: Ubuntu
|
|
versions:
|
|
- xenial
|
|
- bionic
|
|
- name: EL
|
|
versions:
|
|
- 7
|
|
- name: opensuse
|
|
versions:
|
|
- all
|
|
galaxy_tags:
|
|
- cloud
|
|
- rabbitmq
|
|
- development
|
|
- openstack
|
|
dependencies: []
|