Increase galaxy supported distributions
This commit is contained in:
parent
90c31bf3c2
commit
37d10f856d
|
|
@ -4,7 +4,7 @@ dependencies: []
|
||||||
galaxy_info:
|
galaxy_info:
|
||||||
author: fauust
|
author: fauust
|
||||||
role_name: mariadb
|
role_name: mariadb
|
||||||
description: MariaDB server for Debian/Ubuntu.
|
description: MariaDB server for Linux.
|
||||||
license: license GPL-3.0-only
|
license: license GPL-3.0-only
|
||||||
min_ansible_version: "2.8"
|
min_ansible_version: "2.8"
|
||||||
github_branch: main
|
github_branch: main
|
||||||
|
|
@ -13,12 +13,24 @@ galaxy_info:
|
||||||
versions:
|
versions:
|
||||||
- buster
|
- buster
|
||||||
- bullseye
|
- bullseye
|
||||||
|
- sid
|
||||||
- name: Ubuntu
|
- name: Ubuntu
|
||||||
versions:
|
versions:
|
||||||
- bionic
|
- bionic
|
||||||
- focal
|
- focal
|
||||||
- groovy
|
|
||||||
- jammy
|
- jammy
|
||||||
|
- name: Fedora
|
||||||
|
versions:
|
||||||
|
- 36
|
||||||
|
- 37
|
||||||
|
- name: Almalinux
|
||||||
|
versions:
|
||||||
|
- 8
|
||||||
|
- 9
|
||||||
|
- name: Rockylinux
|
||||||
|
versions:
|
||||||
|
- 8
|
||||||
|
- 9
|
||||||
galaxy_tags:
|
galaxy_tags:
|
||||||
- mariadb
|
- mariadb
|
||||||
- mysql
|
- mysql
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue