From 7c33cb0b990076fde07f004ce889281ef80151e6 Mon Sep 17 00:00:00 2001 From: phil Date: Fri, 1 Nov 2024 05:32:40 +0100 Subject: [PATCH] Ansible build: force building app container --- build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.yaml b/build.yaml index 6427ca6..30a19a5 100644 --- a/build.yaml +++ b/build.yaml @@ -35,7 +35,7 @@ containers.podman.podman_image: name: treetrail-backend-base state: build - force: "{{ force }}" + force: true path: "{{ playbook_dir }}" build: format: oci @@ -50,7 +50,7 @@ containers.podman.podman_image: name: treetrail-backend state: build - force: "{{ force }}" + force: true path: "{{ playbook_dir }}" build: format: oci