From b192cb9b8f73d913e5495a8ca0e2e7f98e7231b1 Mon Sep 17 00:00:00 2001 From: MialLewis <95620982+MialLewis@users.noreply.github.com> Date: Fri, 15 Dec 2023 18:43:38 +0000 Subject: [PATCH] force absense of image --- runner/ansible/roles/host/handlers/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/runner/ansible/roles/host/handlers/main.yml b/runner/ansible/roles/host/handlers/main.yml index 2bbf3b3e..988db33f 100644 --- a/runner/ansible/roles/host/handlers/main.yml +++ b/runner/ansible/roles/host/handlers/main.yml @@ -1,4 +1,5 @@ - name: Remove docker image community.docker.docker_image: state: absent + force_absent: true name: vesuvio-runner