mirror of
https://github.com/thegeeklab/ansible-doctor.git
synced 2024-11-29 00:00:35 +00:00
10 lines
230 B
Plaintext
10 lines
230 B
Plaintext
|
{% set meta = role.meta | default({}) %}
|
||
|
# {{ (meta.name | default({"value": "_undefined_"})).value }}
|
||
|
|
||
|
{% if meta.description is defined %}
|
||
|
{{ meta.description.value }}
|
||
|
{% endif %}
|
||
|
|
||
|
{# Vars #}
|
||
|
{% include '_vars.j2' %}
|