From 2f3cb4edee76203b662171ade3fbb140ef09c6cd Mon Sep 17 00:00:00 2001 From: Peter Havekes Date: Mon, 3 Aug 2026 08:35:00 +0200 Subject: [PATCH] Don't sort invite remote-users yaml array --- roles/invite/templates/serverapplication.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/invite/templates/serverapplication.yml.j2 b/roles/invite/templates/serverapplication.yml.j2 index 6850ebcd7..e556af4d3 100644 --- a/roles/invite/templates/serverapplication.yml.j2 +++ b/roles/invite/templates/serverapplication.yml.j2 @@ -161,7 +161,7 @@ feature: # We don't encode in-memory passwords, but they are reused so do NOT prefix them with {noop} external-api-configuration: remote-users: - {{ invite.api_users | to_nice_yaml(indent=2) | indent(4, first=false) }} + {{ invite.api_users | to_nice_yaml(indent=2, sort_keys=false) | indent(4, first=false) }} voot: group_urn_domain: "{{ invite.group_urn_domain }}"