ansible-role-mariadb-debian/molecule
Kalle Kiviaho a4c8559e4c Move standard package lists to __mariadb_packages vars; clarify test guards
- Define __mariadb_packages (+ __mariadb_packages_mdbf for RedHat) in vars/ and
  set_fact them in variables.yml, matching the role's variable pattern; install
  tasks now use `mariadb_packages + mariadb_packages_extra` for clearer diffs
  and user-overridable base lists.
- Comment why rsync is used as the extra test package.
- Verify guard: use `mariadb_packages_extra | length > 0` (drop redundant
  default([]) since defaults/main.yml already provides []); comment why the
  explicit boolean is needed (ansible-core 2.19 rejects a non-boolean when:).
2026-07-24 09:50:57 +02:00
..
cluster Datadir was moved for MySQL/MariaDB better cohabitation 2026-06-02 17:04:15 +02:00
default Move standard package lists to __mariadb_packages vars; clarify test guards 2026-07-24 09:50:57 +02:00