From: Tom Hughes Date: Mon, 4 Mar 2024 08:16:46 +0000 (+0000) Subject: Add overpass-query role to grisu X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/4ad2cc680b8cba1b0c7af03a80b35b23495b66ba Add overpass-query role to grisu --- diff --git a/roles/grisu.rb b/roles/grisu.rb index c34fe2f53..17b0aaa55 100644 --- a/roles/grisu.rb +++ b/roles/grisu.rb @@ -32,5 +32,6 @@ default_attributes( ) run_list( - "role[equinix-dub]" + "role[equinix-dub]", + "role[overpass-query]" )