ansible-doctor/ansibledoctor/templates/hugo-book/_toc.j2

20 lines
427 B
Plaintext
Raw Normal View History

- [Requirements](#requirements)
2024-08-28 14:39:49 +00:00
{% set var = role.defaults | default({}) %}
2019-11-26 15:40:55 +00:00
{% if var %}
- [Default Variables](#default-variables)
2024-08-28 14:39:49 +00:00
{% if not options.tabulate_defaults %}
2019-11-26 15:40:55 +00:00
{% for key, item in var | dictsort %}
- [{{ key }}](#{{ key }})
2019-11-26 15:40:55 +00:00
{% endfor %}
{% endif %}
{% endif %}
{% if tag %}
- [Discovered Tags](#discovered-tags)
{% endif %}
{% if todo %}
- [Open Tasks](#open-tasks)
{% endif %}
- [Dependencies](#dependencies)
2019-11-26 15:40:55 +00:00
---