Compare commits

...

2 commits

Author SHA1 Message Date
5a31dae63f Update docker.io/library/mariadb Docker tag to v12
All checks were successful
/ build (pull_request) Successful in 31s
/ Ansible Lint (push) Successful in 2m31s
/ Ansible Lint (pull_request) Successful in 2m31s
2026-08-02 22:15:54 +00:00
9a78164b7b
roles(dooris): remove blank line to make ansible-lint happy
All checks were successful
/ build (push) Successful in 30s
/ Ansible Lint (push) Successful in 2m28s
2026-08-03 00:06:44 +02:00
2 changed files with 1 additions and 2 deletions

View file

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

View file

@ -45,4 +45,3 @@ argument_specs:
apiKey: apiKey:
required: true required: true
type: str type: str