mirror of
https://github.com/thegeeklab/ansible-doctor.git
synced 2024-11-01 02:40:40 +00:00
21 lines
402 B
Django/Jinja
21 lines
402 B
Django/Jinja
## Table of content
|
|
|
|
{% set var = role.var | default({}) %}
|
|
{% if var %}
|
|
- [Default Variables](#default-variables)
|
|
{% for key, item in var | dictsort %}
|
|
- [{{ key }}](#{{ key }})
|
|
{% endfor %}
|
|
{% endif %}
|
|
{% if tag %}
|
|
- [Discovered Tags](#discovered-tags)
|
|
{% endif %}
|
|
{% if todo %}
|
|
- [Open Tasks](#open-tasks)
|
|
{% endif %}
|
|
- [Dependencies](#dependencies)
|
|
- [License](#license)
|
|
- [Author](#author)
|
|
|
|
---
|