Files
bbbfd6e7c33c5890d17cfe77f7c5b4ea302db44b
Guilherme Steinmüller
bbbfd6e7c3
debian: add support
This patch adds the Debian jobs for this role to make sure it's always passing as well as updates the meta to reflect it's support of Debian accordingly. Depends-On: https://review.openstack.org/652206 Change-Id: I308aab7fbd93686c36043f8a29d1f4ef9e8acfe2
30 lines
514 B
YAML
30 lines
514 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.2
version:0.1.0
platforms:
- name:Debian
versions:
- stretch
- name:Ubuntu
versions:
- xenial
- bionic
- name:EL
versions:
- 7
galaxy_tags:
- cloud
- openstack
- python
- trove
dependencies:
- role:apt_package_pinning
when:
- ansible_pkg_mgr == 'apt'