enables use of jinja < 2.6tags/v0.57.0
{% if 'gitfs_remotes' in master -%} | {% if 'gitfs_remotes' in master -%} | ||||
gitfs_remotes: | gitfs_remotes: | ||||
{%- for remote in master['gitfs_remotes'] %} | {%- for remote in master['gitfs_remotes'] %} | ||||
{% if remote is mapping %} | |||||
{% if remote is iterable %} | |||||
{%- for repo, children in remote.iteritems() -%} | {%- for repo, children in remote.iteritems() -%} | ||||
- {{ repo }}: | - {{ repo }}: | ||||
{%- for child in children %} | {%- for child in children %} |