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:
parent
728eec5d35
commit
5ddcca2cfd
2 changed files with 5 additions and 0 deletions
|
|
@ -29,6 +29,7 @@
|
|||
path: /tmp/usr_img
|
||||
build:
|
||||
format: docker
|
||||
extra_args: "--network=none"
|
||||
become: true
|
||||
environment:
|
||||
XDG_RUNTIME_DIR: ""
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue