#jinja2: lstrip_blocks: True {{ ansible_managed | comment }} users: {% for user in authelia_auth_local_users %} {{ user.name }}: {{ user.config | to_nice_yaml(indent=2) | indent(4, False) }} {% endfor %}