1
0
Fork 0
mirror of https://github.com/containers/ansible-podman-collections.git synced 2026-06-29 23:49:12 +00:00

Fix new netavark issue with built from source Podman

Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
This commit is contained in:
Sagi Shnaidman 2026-04-29 20:09:41 +03:00
parent 728eec5d35
commit 5ddcca2cfd
2 changed files with 5 additions and 0 deletions

View file

@ -29,6 +29,7 @@
path: /tmp/usr_img
build:
format: docker
extra_args: "--network=none"
become: true
environment:
XDG_RUNTIME_DIR: ""

View file

@ -64,6 +64,8 @@
args:
apply:
become: true
tags:
- no_build_version
- name: Test idempotency for root network containers
include_tasks: root-podman-network.yml
@ -72,6 +74,8 @@
args:
apply:
become: true
tags:
- no_build_version
- name: Test idempotency for rootless network containers
include_tasks: rootless-podman-network.yml