Skip to content

Commit

Permalink
Update molecule doc and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
fauust committed Feb 5, 2025
1 parent e6fa74f commit 93447ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,12 @@ that any commit will be checked automatically.
### Testing (Molecule)

The role is tested with the [Molecule
project](https://molecule.readthedocs.io/en/latest/index.html). By default this
role will be tested with the `podman` driver, but you can easily adapt it to use
`docker` if you prefer.
project](https://ansible.readthedocs.io/projects/molecule/). By default this
role will be tested with the `podman` driver since it's more "systemd
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`:

```console
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ansible-core
molecule
molecule-plugins
molecule-plugins[podman]

0 comments on commit 93447ed

Please sign in to comment.