045f45c12c
With update of ansible-lint to version >=6.0.0 a lot of new linters were added, that enabled by default. In order to comply with linter rules we're applying changes to the role. With that we also update metdata to reflect current state. Depends-On: https://review.opendev.org/c/openstack/ansible-role-systemd_service/+/888223 Change-Id: Iaab0ad50fd65287094522f77283a0112859d7730
31 lines
587 B
YAML
31 lines
587 B
YAML
---
|
|
galaxy_info:
|
|
author: Donovan Francesco <donovan.francesco@is.co.za>
|
|
description: Deploy Trove with OpenStack Ansible
|
|
company: OpenStack
|
|
license: Apache-2.0
|
|
min_ansible_version: "2.10"
|
|
role_name: os_trove
|
|
namespace: openstack
|
|
platforms:
|
|
- name: Debian
|
|
versions:
|
|
- bullseye
|
|
- name: Ubuntu
|
|
versions:
|
|
- focal
|
|
- jammy
|
|
- name: EL
|
|
versions:
|
|
- "9"
|
|
galaxy_tags:
|
|
- cloud
|
|
- openstack
|
|
- python
|
|
- trove
|
|
|
|
dependencies:
|
|
- role: apt_package_pinning
|
|
when:
|
|
- ansible_facts['pkg_mgr'] == 'apt'
|