From: Tom Hughes Date: Tue, 7 Dec 2021 15:59:13 +0000 (+0000) Subject: Add nominatim role to longma X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/32cc371a6405f3c8b1f0c19de07da1334fd0e9bd Add nominatim role to longma --- diff --git a/roles/longma.rb b/roles/longma.rb index 402c877ed..2b362d8eb 100644 --- a/roles/longma.rb +++ b/roles/longma.rb @@ -33,5 +33,6 @@ default_attributes( ) run_list( - "role[equinix-dub]" + "role[equinix-dub]", + "role[nominatim]" )