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