first commit

This commit is contained in:
Matteo Basile
2026-07-16 08:55:30 +02:00
parent af525dfd06
commit f27f9388e5
6 changed files with 29 additions and 9 deletions

View File

@@ -14,8 +14,7 @@
- name: Rimuovi immagine (opzionale)
community.docker.docker_image:
name: "{{ container_image }}"
tag: "{{ image_tag }}"
name: "{{ container_image_ref }}"
state: absent
when: remove_image | bool