Role is now compatible not only with Debian/Ubuntu

This commit is contained in:
Faustin Lammler 2023-03-01 15:58:20 +01:00
parent aaea411180
commit deead87643
No known key found for this signature in database
GPG Key ID: 390A2F27832A5C79
1 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
[![Cluster](https://github.com/fauust/ansible-role-mariadb/actions/workflows/test_cluster.yml/badge.svg)](https://github.com/fauust/ansible-role-mariadb/actions/workflows/test_cluster.yml)
[![Cluster MDBF](https://github.com/fauust/ansible-role-mariadb/actions/workflows/test_cluster_mdbf.yml/badge.svg)](https://github.com/fauust/ansible-role-mariadb/actions/workflows/test_cluster_mdbf.yml)
Install and configure MariaDB Server on Debian/Ubuntu.
Install and configure MariaDB Server on Linux (Debian or RHEL based).
Optionally, this role also permits one to:
@ -95,8 +95,8 @@ mariadb_use_official_repo_version: "10.10"
mariadb_use_official_repo_format_deb822: false
```
You may deploy the MariaDB Server version that comes with your distribution
(Debian/Ubuntu) or deploy the version packaged by the MariaDB Foundation.
You may deploy the MariaDB Server version that comes with your distribution or
deploy the version packaged by the MariaDB Foundation.
You can use the MariaDB Foundation repository configuration tool:
<https://mariadb.org/download/#mariadb-repositories>