Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
netr0m committed Oct 25, 2023
1 parent 9007f50 commit a4c62c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/deploy_traefik.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}\")"
Expand Down

0 comments on commit a4c62c2

Please sign in to comment.