ansible-doctor/ansibledoctor/templates/readme/README.md.j2

10 lines
230 B
Plaintext
Raw Normal View History

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' %}