From 2659e19871b3722ee1c6374ffa4a72f9ddaa122a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9mi=20-=20Le=20Filament?= <remi@le-filament.com>
Date: Mon, 17 Oct 2022 11:39:31 +0200
Subject: [PATCH] [FIX] skip line

---
 templates/prod.yaml.j2 | 2 +-
 templates/test.yaml.j2 | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/templates/prod.yaml.j2 b/templates/prod.yaml.j2
index 3ca6bb0..ee0c1c6 100644
--- a/templates/prod.yaml.j2
+++ b/templates/prod.yaml.j2
@@ -199,8 +199,8 @@ services:
             traefik.http.routers.{{ odoo_prod.extra_app.name | lower | regex_replace('_','') }}.rule: "Host(`{{ odoo_prod.extra_app.url }}`)"
             traefik.http.routers.{{ odoo_prod.extra_app.name | lower | regex_replace('_','') }}.service: "{{ odoo_prod.extra_app.name | lower | regex_replace('_','') }}"
             traefik.http.services.{{ odoo_prod.extra_app.name | lower | regex_replace('_','') }}.loadbalancer.server.port: "80"
-{% endif %}
 
+{% endif %}
 networks:
     default:
         internal: true
diff --git a/templates/test.yaml.j2 b/templates/test.yaml.j2
index 3152681..2be7180 100644
--- a/templates/test.yaml.j2
+++ b/templates/test.yaml.j2
@@ -129,7 +129,6 @@ services:
             traefik.http.services.{{ item.extra_app.name | lower | regex_replace('_','') }}.loadbalancer.server.port: "80"
 
 {% endif %}
-
 networks:
     default:
         internal: true
-- 
GitLab