mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-27 23:21:27 -07:00
This way we can split db_engine and db_version and simplify tests. Also this is mandatory to use the matrix.db_engine_version as the image name for our services containers.
5 lines
130 B
YAML
5 lines
130 B
YAML
---
|
|
home_dir: "{{ playbook_dir }}/root"
|
|
db_engine_version: mysql:8.0.22
|
|
mysql_base_port: 3306
|
|
python_packages: [pymysql == 0.9.3]
|