ansible-doctor/ansibledoctor/templates/readme/_toc.j2

22 lines
434 B
Plaintext
Raw Normal View History

2019-10-08 13:43:41 +02:00
## Table of content
- [Requirements](#requirements)
2019-10-08 13:43:41 +02:00
{% set var = role.var | default({}) %}
{% if var %}
- [Default Variables](#default-variables)
2019-11-18 09:23:03 +01:00
{% for key, item in var | dictsort %}
- [{{ key }}](#{{ key }})
2019-10-08 13:43:41 +02:00
{% endfor %}
{% endif %}
{% if tag %}
- [Discovered Tags](#discovered-tags)
{% endif %}
{% if todo %}
- [Open Tasks](#open-tasks)
{% endif %}
- [Dependencies](#dependencies)
- [License](#license)
- [Author](#author)
2019-10-08 13:43:41 +02:00
---