Compare commits

...

2 commits

Author SHA1 Message Date
231a42b759 Update docker.io/library/mariadb Docker tag to v12
Some checks failed
/ Ansible Lint (push) Failing after 52s
/ Ansible Lint (pull_request) Failing after 54s
2026-01-25 14:45:57 +00:00
d35f1cc779 GPG must be installed for the docker role to be able to add the repo
Some checks failed
/ Ansible Lint (push) Failing after 43s
2026-01-25 15:31:42 +01:00
2 changed files with 2 additions and 1 deletions

View file

@ -3,7 +3,7 @@
services:
database:
image: docker.io/library/mariadb:11
image: docker.io/library/mariadb:12
environment:
- "MARIADB_DATABASE=wordpress"
- "MARIADB_ROOT_PASSWORD={{ secret__mariadb_root_password }}"

View file

@ -30,4 +30,5 @@
- dnsutils
- usbutils
- kitty
- gpg
become: true