Some checks reported errors
continuous-integration/drone/push Build was killed
9 lines
198 B
Django/Jinja
9 lines
198 B
Django/Jinja
#
|
|
# {{ ansible_managed }}
|
|
#
|
|
|
|
{% if item.value.revocationFile is defined and item.value.revocationFile | length > 0%}
|
|
{% for entry in item.value.revocationFile %}
|
|
{{ entry }}
|
|
{% endfor %}
|
|
{% endif %} |