windmill-ops/playbooks/bootstrap/roles/users/templates/root/.forward.j2

9 lines
318 B
Django/Jinja

# This file is generated by Ansible
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
#
{% set _root_users = [] %}
{% for item in windmill_root_users %}
{% if 'email' in windmill_users[item] %}{{ _root_users.append(windmill_users[item].email) }}{% endif %}
{% endfor %}
{{ _root_users|join(', ') }}