From 4d8e2aca22a54c04d512771e2a2d5e24b7158dbb Mon Sep 17 00:00:00 2001 From: Aleksandr Kurbatov <aleksandr.kurbatov@GL1342-AKURBATOV.local> Date: Mon, 16 Sep 2024 13:13:23 +0100 Subject: [PATCH] minor templates update --- .../routers/nokia/policy_options/policy_options.j2 | 10 +++++----- .../templates/routers/nokia/sdp_mesh.j2 | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/geant/gap_ansible/roles/promote_p_to_pe/templates/routers/nokia/policy_options/policy_options.j2 b/geant/gap_ansible/roles/promote_p_to_pe/templates/routers/nokia/policy_options/policy_options.j2 index bb4790c6..582b616d 100644 --- a/geant/gap_ansible/roles/promote_p_to_pe/templates/routers/nokia/policy_options/policy_options.j2 +++ b/geant/gap_ansible/roles/promote_p_to_pe/templates/routers/nokia/policy_options/policy_options.j2 @@ -4,27 +4,27 @@ {% include 'policy_options/prefix_lists.j2' %} {% endwith %} {% endif %} - + {# Communities #} {% if nokia_po_communities is defined %} {% with communities_obj=nokia_po_communities %} {% include 'policy_options/communities.j2' %} {% endwith %} {% endif %} - + {# AS paths #} {% if nokia_po_as_paths is defined %} {% with as_paths_obj=nokia_po_as_paths %} {% include 'policy_options/as_paths.j2' %} {% endwith %} {% endif %} - + {# Policy statements #} {% if nokia_po_policy_statements is defined %} {% with policy_obj=nokia_po_policy_statements %} {% include 'policy_options/policy_statements.j2' %} {% endwith %} {% endif %} - + </policy-options> - + diff --git a/geant/gap_ansible/roles/promote_p_to_pe/templates/routers/nokia/sdp_mesh.j2 b/geant/gap_ansible/roles/promote_p_to_pe/templates/routers/nokia/sdp_mesh.j2 index df67f22d..4542edbc 100644 --- a/geant/gap_ansible/roles/promote_p_to_pe/templates/routers/nokia/sdp_mesh.j2 +++ b/geant/gap_ansible/roles/promote_p_to_pe/templates/routers/nokia/sdp_mesh.j2 @@ -17,4 +17,4 @@ </sdp> {% endfor %} </service> - + -- GitLab