From a4c62c20aa5ddcf2beff6f8e31356251847f682f Mon Sep 17 00:00:00 2001 From: netr0m Date: Wed, 25 Oct 2023 14:46:09 +0200 Subject: [PATCH] fix test --- tasks/deploy_traefik.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/deploy_traefik.yml b/tasks/deploy_traefik.yml index be23408..bcc2613 100644 --- a/tasks/deploy_traefik.yml +++ b/tasks/deploy_traefik.yml @@ -79,7 +79,7 @@ memory: "{{ svc_traefik_container_memory | default('1g') }}" log_driver: "{{ svc_log_driver }}" log_options: "{{ svc_log_options }}" - recreate: true + recreate: "{{ true if (copy_traefik_config_result.changed or copy_traefik_http_config_result.changed) else false }}" labels: traefik.enable: 'true' traefik.http.routers.traefik-dash-rtr.rule: "Host(\"{{ svc_traefik_container_hostname }}.{{ svc_domain }}\")"