cli-standardization/roles/cli_modern/templates/fish_plugins.j2

7 lines
189 B
Django/Jinja

# {{ ansible_managed }}
# Fisher plugins — managed by cli_modern role
# Run `fisher update` to sync after changes.
{% for plugin in cli_modern_fisher_plugins %}
{{ plugin }}
{% endfor %}