Update meta/main.yml accordind to new features
parent
071c458280
commit
f0eba79073
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
galaxy_info:
|
galaxy_info:
|
||||||
author: Emilien Mantel
|
author: Emilien Mantel
|
||||||
description: Install and configure MySQL or MariaDB or Percona server on Debian
|
description: Install and configure MySQL or MariaDB (Galera Cluster) or Percona server on Debian
|
||||||
company:
|
company:
|
||||||
license: GPLv2
|
license: GPLv2
|
||||||
min_ansible_version: 2.0
|
min_ansible_version: 2.0
|
||||||
|
@ -18,5 +18,7 @@ galaxy_info:
|
||||||
- percona
|
- percona
|
||||||
- replication
|
- replication
|
||||||
- debian
|
- debian
|
||||||
|
- galera
|
||||||
|
- cluster
|
||||||
dependencies: []
|
dependencies: []
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue