mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-06 07:51:35 +01:00
fix: correctly iterate over items instead of keys
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# Sender adress the user may use :)
|
# Sender adress the user may use :)
|
||||||
{% for key, value in mail_enabled_senders %}
|
{% for key, value in mail_enabled_senders.items() %}
|
||||||
{{ key }} {{ value }}
|
{{ key }} {{ value }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user