ansible-doctor/ansibledoctor/templates/readme
2019-10-07 08:52:00 +02:00
..
_dev_var_dump.txt.j2 fork; initial commit 2019-10-07 08:52:00 +02:00
_vars.j2 fork; initial commit 2019-10-07 08:52:00 +02:00
README.md.j2 fork; initial commit 2019-10-07 08:52:00 +02:00

{% set meta = role.meta | default({}) %}
# {{ (meta.name | default({"value": "_undefined_"})).value }}

{% if meta.description is defined %}
{{ meta.description.value }}
{% endif %}

{#      Vars      #}
{% include '_vars.j2'  %}