generated from sebclem/ansible-role-template
6 lines
350 B
Django/Jinja
6 lines
350 B
Django/Jinja
{{ ansible_managed | comment }}
|
|
|
|
{% for antidote_plugin in user.antidote_plugins %}
|
|
{{ antidote_plugin.name}}{% if 'kind' in antidote_plugin %} kind:{{antidote_plugin.kind}}{%endif%}{% if 'branch' in antidote_plugin %} branch:{{antidote_plugin.branch}}{%endif%}{% if 'path' in antidote_plugin %} path:{{antidote_plugin.path}}{% endif %}
|
|
|
|
{% endfor %} |