mirror of
https://github.com/thegeeklab/ansible-doctor.git
synced 2024-11-04 20:30:43 +00:00
22 lines
434 B
Django/Jinja
22 lines
434 B
Django/Jinja
## Table of content
|
|
|
|
- [Requirements](#requirements)
|
|
{% 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)
|
|
|
|
---
|