From: Tom Hughes Date: Thu, 29 Dec 2022 16:09:04 +0000 (+0000) Subject: Add nominatim role to vhagar X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/a5bc6bac6ca46619c14afbf2096ca9e75b880721 Add nominatim role to vhagar --- diff --git a/roles/vhagar.rb b/roles/vhagar.rb index 3beb57764..97620c72a 100644 --- a/roles/vhagar.rb +++ b/roles/vhagar.rb @@ -33,5 +33,6 @@ default_attributes( ) run_list( - "role[equinix-ams]" + "role[equinix-ams]", + "role[nominatim]" )