{% extends "base.html" %} {% block title_suffix %} - Collections{% endblock %} {% block content %}
{{ collections | length }} collection(s) installed.
| Collection | Version | Modules | Path | Actions |
|---|---|---|---|---|
{{ coll.fqcn }}
|
{{ coll.version }} | {{ module_counts.get(coll.fqcn, '-') }} | {{ coll.path }} |
No collections found. Install one using the form above or ansible-galaxy collection install.