From 81d5f589c9599cd115e5ec1341c186ddf2d6c22a Mon Sep 17 00:00:00 2001 From: Jeffrey van Pelt Date: Mon, 14 Oct 2024 11:41:46 +0200 Subject: [PATCH] fix quoting --- roles/ara_api/tasks/install/podman.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ara_api/tasks/install/podman.yaml b/roles/ara_api/tasks/install/podman.yaml index 8587097..29abd55 100644 --- a/roles/ara_api/tasks/install/podman.yaml +++ b/roles/ara_api/tasks/install/podman.yaml @@ -20,7 +20,7 @@ - name: Ensure ARA API container containers.podman.podman_container: name: ara-api - image: {{ ara_api_image }}:{{ ara_api_version }} + image: "{{ ara_api_image }}:{{ ara_api_version }}" pull: newer state: present auto_remove: true