explain what the colon in mapping.j2 is for
This commit is contained in:
parent
f514881e5a
commit
9ed99927c2
@ -1,5 +1,7 @@
|
||||
# Managed by config management
|
||||
|
||||
{#- Some files (mainly the aliases one) require key and values
|
||||
to be separated with a colon. For this `colon: True` should
|
||||
be passed to the template #}
|
||||
{%- if colon is not defined %}
|
||||
{%- set colon = False %}
|
||||
{%- endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user