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
@@ -4,9 +4,8 @@
# SPDX-License-Identifier: GPL-3.0-or-later
- name: "Make sure all images are removed"
docker_image:
docker_image_remove:
name: "{{ item }}"
state: absent
with_items: "{{ docker_registry_setup_inames }}"
- name: "Get registry logs"