From a06cddc2d0088449232595cb600b9a04034fa74d Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Fri, 25 Nov 2022 13:58:07 +0100 Subject: [PATCH] enable forward dependencies on longma --- roles/longma.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/longma.rb b/roles/longma.rb index f8ff9cd87..14a634c9c 100644 --- a/roles/longma.rb +++ b/roles/longma.rb @@ -52,6 +52,9 @@ default_attributes( "nominatim.openstreetmap.org" => { :max_children => 200 } + }, + :config => { + :forward_dependencies => "yes" } } ) -- 2.39.5