From 553937d265103073235456e56aca8d57cf6d0a52 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Sun, 12 Feb 2023 22:40:54 +0000 Subject: [PATCH] Move switch2osm role from ridley -> naga --- roles/naga.rb | 1 + roles/ridley.rb | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/naga.rb b/roles/naga.rb index 3e01e2768..c9b7e00c4 100644 --- a/roles/naga.rb +++ b/roles/naga.rb @@ -40,6 +40,7 @@ run_list( "role[irc]", "role[blogs]", "role[munin]", + "role[switch2osm]", "recipe[foundation::owg]", "recipe[foundation::welcome]", "recipe[stateofthemap::container]" diff --git a/roles/ridley.rb b/roles/ridley.rb index aee7655c9..9b4b1f93c 100644 --- a/roles/ridley.rb +++ b/roles/ridley.rb @@ -43,7 +43,6 @@ run_list( "role[gateway]", "role[foundation]", "role[stateofthemap]", - "role[switch2osm]", "role[blog]", "role[otrs]", "role[donate]", -- 2.39.5