Add docker_image_remove module. (#732)

This commit is contained in:
Felix Fontein
2023-12-31 15:13:04 +01:00
committed by GitHub
parent 66b341aa9e
commit c3f8f80a75
27 changed files with 635 additions and 72 deletions
@@ -10,9 +10,8 @@
- block:
- name: Make sure image is not there
docker_image:
docker_image_remove:
name: "{{ docker_test_image_alpine_different }}"
state: absent
- name: Inspect a non-available image
docker_image_info: