Poddlers: try to give the template file access to the loop variable

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2024-07-04 23:23:20 +02:00
parent 8337130d4c
commit c36422f522
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -11,5 +11,5 @@ stringData:
{{ load_file('email_overrides.toml') | indent }}
{% for toddler in poddlers_toddlers %}
{{ toddler.name }}.toml: |-
{{ load_file('fedora-messaging.toml') | indent }}
{% include 'fedora-messaging.toml' | indent %}
{% endfor %}