mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-28 15:41:26 -07:00
Add options to enforce recreate containers even if already exists
This commit is contained in:
parent
7e2e5a3e94
commit
0ef8552973
2 changed files with 5 additions and 4 deletions
3
Makefile
3
Makefile
|
@ -21,6 +21,7 @@ test-integration:
|
|||
podman network create podman || true
|
||||
podman run \
|
||||
--detach \
|
||||
--replace \
|
||||
--name primary \
|
||||
--env MARIADB_ROOT_PASSWORD=msandbox \
|
||||
--env MYSQL_ROOT_PASSWORD=msandbox \
|
||||
|
@ -31,6 +32,7 @@ test-integration:
|
|||
mysqld
|
||||
podman run \
|
||||
--detach \
|
||||
--replace \
|
||||
--name replica1 \
|
||||
--env MARIADB_ROOT_PASSWORD=msandbox \
|
||||
--env MYSQL_ROOT_PASSWORD=msandbox \
|
||||
|
@ -41,6 +43,7 @@ test-integration:
|
|||
mysqld
|
||||
podman run \
|
||||
--detach \
|
||||
--replace \
|
||||
--name replica2 \
|
||||
--env MARIADB_ROOT_PASSWORD=msandbox \
|
||||
--env MYSQL_ROOT_PASSWORD=msandbox \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue