Skip to content

Commit

Permalink
jinja-yaml - remove extra space from end of jinja comments (vxlan vrf)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjbear committed Mar 11, 2024
1 parent ca17c61 commit 47103af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workshops/jinja-yaml.md
Original file line number Diff line number Diff line change
Expand Up @@ -954,7 +954,7 @@ First we will look at the `vrf` variables, and we will do this by changing the t
vxlan source-interface loopback1
vxlan udp-port 4789 #}
{% for vrf,vrf_values in vrf.items() %}
{# vxlan vrf {{ vrf }} vni {{ vrf_values['l3vni'] }} #}
{# vxlan vrf {{ vrf }} vni {{ vrf_values['l3vni'] }} #}
{{ vrf }}
{% for vlan,vlan_values in vrf_values['vlans'].items() %}
Expand Down Expand Up @@ -994,7 +994,7 @@ Now let's take a look at the `_params` variable. Changing the template to what f
vxlan source-interface loopback1
vxlan udp-port 4789 #}
{% for vrf,vrf_values in vrf.items() %}
{# vxlan vrf {{ vrf }} vni {{ vrf_values['l3vni'] }} #}
{# vxlan vrf {{ vrf }} vni {{ vrf_values['l3vni'] }} #}
{# {{ vrf }} #}
{{ vrf_values }}
Expand Down

0 comments on commit 47103af

Please sign in to comment.