From: Tom Hughes Date: Sun, 20 Aug 2023 18:22:17 +0000 (+0100) Subject: Drop taginfo role from grindtooth X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/912ed6680fe6b887bce373e94eb584919e19c757?ds=inline Drop taginfo role from grindtooth --- diff --git a/roles/grindtooth.rb b/roles/grindtooth.rb index d504a189f..360783ee4 100644 --- a/roles/grindtooth.rb +++ b/roles/grindtooth.rb @@ -23,6 +23,5 @@ default_attributes( ) run_list( - "role[ucl]", - "role[taginfo]" + "role[ucl]" )