From a5bc6bac6ca46619c14afbf2096ca9e75b880721 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 29 Dec 2022 16:09:04 +0000 Subject: [PATCH] Add nominatim role to vhagar --- roles/vhagar.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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]" ) -- 2.39.5