From 4118d813834937b3d2bd2fee5bc0b5e513f4b47d Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Sun, 10 Nov 2024 17:55:55 +0000 Subject: [PATCH] Remove nominatim role from stormfly-04 during initial reinstall --- roles/stormfly-04.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/stormfly-04.rb b/roles/stormfly-04.rb index 4b94cb28b..b7bcda747 100644 --- a/roles/stormfly-04.rb +++ b/roles/stormfly-04.rb @@ -46,6 +46,6 @@ default_attributes( run_list( "role[osuosl]", "role[hp-g9]", - "role[geodns]", - "role[nominatim]" + "role[geodns]" + # "role[nominatim]" ) -- 2.39.5