From 8aba20f8eaee017c0bdf14927cf8236a7ee31517 Mon Sep 17 00:00:00 2001 From: Bastian de Byl Date: Thu, 10 Oct 2024 11:18:42 -0400 Subject: [PATCH] noticket - syntax fixes --- ansible/roles/podman/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/podman/tasks/main.yml b/ansible/roles/podman/tasks/main.yml index 0cd1d03..c780a3c 100644 --- a/ansible/roles/podman/tasks/main.yml +++ b/ansible/roles/podman/tasks/main.yml @@ -64,7 +64,7 @@ - import_tasks: containers/debyltech/fulfillr.yml vars: - image: "{{ aws_ecr_endpoint }}/fulfillr:20241010.1500 + image: "{{ aws_ecr_endpoint }}/fulfillr:20241010.1500" tags: debyltech, fulfillr - import_tasks: containers/home/nosql.yml