]> git.openstreetmap.org Git - chef.git/commitdiff
Add overpass-query role to grisu
authorTom Hughes <tom@compton.nu>
Mon, 4 Mar 2024 08:16:46 +0000 (08:16 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 4 Mar 2024 08:16:46 +0000 (08:16 +0000)
roles/grisu.rb

index c34fe2f531e8f9d810223067eb539c1708c9d3e6..17b0aaa556fe9c64b8558e12f34dac231626e369 100644 (file)
@@ -32,5 +32,6 @@ default_attributes(
 )
 
 run_list(
-  "role[equinix-dub]"
+  "role[equinix-dub]",
+  "role[overpass-query]"
 )