Skip to content

Commit

Permalink
Fix CI jobs for podman_pod with network force (#662)
Browse files Browse the repository at this point in the history
Signed-off-by: Sagi Shnaidman <[email protected]>
  • Loading branch information
sshnaidm authored Nov 1, 2023
1 parent e463004 commit a9fc6b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration/targets/podman_pod/tasks/net-pod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
executable: "{{ test_executable | default('podman') }}"
name: "{{ item }}"
state: absent
force: true
loop:
- testnet
- anothernet
Expand Down Expand Up @@ -73,6 +74,7 @@
executable: "{{ test_executable | default('podman') }}"
name: "{{ item }}"
state: absent
force: true
loop:
- testnet
- anothernet

0 comments on commit a9fc6b9

Please sign in to comment.