75a7c04f39
Given that pymysql is pure python and has no C binding dependencies, we no longer need the role to install the MariaDB client libraries. Change-Id: I78d209a4c35379ede7f98019edc1250903a87895
27 lines
469 B
YAML
27 lines
469 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: Ubuntu
|
|
versions:
|
|
- xenial
|
|
- bionic
|
|
- name: EL
|
|
versions:
|
|
- 7
|
|
galaxy_tags:
|
|
- cloud
|
|
- openstack
|
|
- python
|
|
- trove
|
|
|
|
dependencies:
|
|
- role: apt_package_pinning
|
|
when:
|
|
- ansible_pkg_mgr == 'apt'
|