mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-22 12:50:24 -07:00
Draft: Add a mariadb container
This commit is contained in:
parent
4dac66382a
commit
86188a20aa
4 changed files with 62 additions and 58 deletions
4
Makefile
Normal file
4
Makefile
Normal file
|
@ -0,0 +1,4 @@
|
|||
.PHONY: test-integration-ansible-2-11-python-3-8-mariadb-10-5
|
||||
test-integration-ansible-2-11-python-3-8-mariadb-10-5:
|
||||
podman run --detach --name mariadb105 --env MARIADB_ROOT_PASSWORD=msandbox --publish 3307:3306 mariadb:10.5
|
||||
ansible-test integration --docker --python 3.8 test_mysql_user
|
Loading…
Add table
Add a link
Reference in a new issue