Files @ 2e3f14bc1505
Branch filter:

Location: majic-ansible-roles/roles/database_server/meta/main.yml

branko
MAR-192: Added support for Debian 12 Bookworm to database_server role:

- Newer versions of MariaDB are planning on making the utf8 become a
default alias for utf8mb4. Stick to utf8mb3 currently for
compatibility purposes.
---

dependencies:
  - common

galaxy_info:
  author: Branko Majic
  description: Sets-up MariaDB database server
  license: BSD
  min_ansible_version: 2.9
  platforms:
    - name: Debian
      versions:
        - 11
        - 12