mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-06 07:41:36 +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 :)
|
||||
{% for key, value in mail_enabled_senders %}
|
||||
{% for key, value in mail_enabled_senders.items() %}
|
||||
{{ key }} {{ value }}
|
||||
{% endfor %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user