mirror of
https://github.com/thegeeklab/ansible-doctor.git
synced 2024-11-05 21:00:47 +00:00
15 lines
282 B
Plaintext
15 lines
282 B
Plaintext
|
## Table of content
|
||
|
|
||
|
{% set var = role.var | default({}) %}
|
||
|
{% if var %}
|
||
|
* [Default Variables](#default-variables)
|
||
|
{% for key, item in var.items() %}
|
||
|
* [{{ key }}](#{{ key }})
|
||
|
{% endfor %}
|
||
|
{% endif %}
|
||
|
* [Dependencies](#dependencies)
|
||
|
* [License](#license)
|
||
|
* [Author](#author)
|
||
|
|
||
|
---
|