From 9016b02ac9aeee42c707f25acc395f0e3d3d096d Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 9 Nov 2025 22:39:24 +0000 Subject: [PATCH] Drop MWG wiki from ridley --- roles/foundation.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/roles/foundation.rb b/roles/foundation.rb index fb8024291..994c7fde3 100644 --- a/roles/foundation.rb +++ b/roles/foundation.rb @@ -31,6 +31,5 @@ run_list( "role[elasticsearch]", "recipe[foundation::wiki]", "recipe[foundation::board]", - "recipe[foundation::dwg]", - "recipe[foundation::mwg]" + "recipe[foundation::dwg]" ) -- 2.39.5