Markus Pesch ab3618b924
Some checks reported errors
continuous-integration/drone/push Build was killed
fix: support ssh allowedSignersFile and revocationFile
2025-03-19 23:31:54 +01:00

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