mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-08 03:30:33 -07:00
Add create podman network for system missing it.
We saw that on a Fedora 33 with Podman 3.3.1, an old system. I didn't find in which release the default network changed and maybe it's defined in the Linux distribution. So in doubt I always attempt to create the network.
This commit is contained in:
parent
6288c8b0e3
commit
41cb5de320
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -17,6 +17,8 @@ test-integration:
|
||||||
echo -n $(connector) > tests/integration/connector
|
echo -n $(connector) > tests/integration/connector
|
||||||
echo -n $(python) > tests/integration/python
|
echo -n $(python) > tests/integration/python
|
||||||
echo -n $(ansible) > tests/integration/ansible
|
echo -n $(ansible) > tests/integration/ansible
|
||||||
|
# Create podman network for systems missing it. Error can be ignored
|
||||||
|
podman network create podman || true
|
||||||
podman run \
|
podman run \
|
||||||
--detach \
|
--detach \
|
||||||
--name primary \
|
--name primary \
|
||||||
|
|
Loading…
Add table
Reference in a new issue