Update molecule doc and requirements

This commit is contained in:
Faustin Lammler 2025-02-05 16:08:50 +01:00
parent e6fa74ff97
commit 93447ed4c8
No known key found for this signature in database
GPG Key ID: 390A2F27832A5C79
2 changed files with 6 additions and 5 deletions

View File

@ -50,11 +50,12 @@ that any commit will be checked automatically.
### Testing (Molecule) ### Testing (Molecule)
The role is tested with the [Molecule The role is tested with the [Molecule
project](https://molecule.readthedocs.io/en/latest/index.html). By default this project](https://ansible.readthedocs.io/projects/molecule/). By default this
role will be tested with the `podman` driver, but you can easily adapt it to use role will be tested with the `podman` driver since it's more "systemd
`docker` if you prefer. friendly", but you can easily adapt it to use `docker` if you prefer (you will
probably have to run docker containers in privilege mode)
Here is an example how you can test a deployment of MariaDB Server `10.6` Here is an example how you can test a deployment of MariaDB Server `10.11`
packaged by the MariaDB Foundation (MDBF) on `Almalinux 9`: packaged by the MariaDB Foundation (MDBF) on `Almalinux 9`:
```console ```console

View File

@ -1,3 +1,3 @@
ansible-core ansible-core
molecule molecule
molecule-plugins molecule-plugins[podman]