We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c2dda7 commit ba88edaCopy full SHA for ba88eda
tests/integration/targets/podman_container/tasks/main.yml
@@ -1416,10 +1416,23 @@
1416
- "container3"
1417
- "testidem-pod"
1418
- "container_tls"
1419
+ - "container2_tls"
1420
1421
- name: Remove pod
- shell: podman pod rm -f testidempod
1422
- ignore_errors: true
+ containers.podman.podman_pod:
1423
+ executable: "{{ test_executable | default('podman') }}"
1424
+ name: testidempod
1425
+ state: absent
1426
+
1427
+ - name: Remove podman images
1428
+ containers.podman.podman_image:
1429
+ name: "{{ item }}"
1430
1431
+ loop:
1432
+ - alpine:3.7
1433
+ - alpine
1434
+ - alpine:3.20
1435
+ - alpine:3.12
1436
1437
- name: Remove temporary rootfs directory
1438
ansible.builtin.file:
0 commit comments