add example

This commit is contained in:
Robert Kaussow 2019-10-08 13:24:11 +02:00
parent 5cf3f2e686
commit fa32b88858
1 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,12 @@
{% set var = role.var | default({}) %}
{% if var %}
## Default Variables
{% for key, item in var.items() %}
```
{{key}}: {{ value }}
```
{% endif %}
{% for key, item in var.items() %}
### {{ key }}