mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-02-04 07:11:49 +00:00
Fix CI jobs for podman_pod with network force (#662)
Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
This commit is contained in:
parent
e463004db7
commit
a9fc6b9764
1 changed files with 2 additions and 0 deletions
|
|
@ -12,6 +12,7 @@
|
|||
executable: "{{ test_executable | default('podman') }}"
|
||||
name: "{{ item }}"
|
||||
state: absent
|
||||
force: true
|
||||
loop:
|
||||
- testnet
|
||||
- anothernet
|
||||
|
|
@ -73,6 +74,7 @@
|
|||
executable: "{{ test_executable | default('podman') }}"
|
||||
name: "{{ item }}"
|
||||
state: absent
|
||||
force: true
|
||||
loop:
|
||||
- testnet
|
||||
- anothernet
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue