ansible-antidote-role/templates/zsh_plugins.txt.j2
2022-11-20 18:55:05 +01:00

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 %}