From fb1594c31dbfde4c062e2ad9ffc96aa669754bd5 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 18 Nov 2025 16:20:38 -0800 Subject: [PATCH] anubis: use correct default policy link Signed-off-by: Kevin Fenzi --- roles/anubis/templates/policies.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/anubis/templates/policies.yaml.j2 b/roles/anubis/templates/policies.yaml.j2 index 63a4a39e16..feb06c5b24 100644 --- a/roles/anubis/templates/policies.yaml.j2 +++ b/roles/anubis/templates/policies.yaml.j2 @@ -30,7 +30,7 @@ bots: adjust: 20 # these are solid defaults from # https://github.com/TecharoHQ/anubis/blob/main/data/botPolicies.yaml - - import: (data)/botPolicies.yaml + - import: (data)/meta/default-config.yaml # Custom allowlist of API endpoint specified by each copr instance will live here # - import: /etc/anubis/endpoint-allowlist.yaml