From 912ed6680fe6b887bce373e94eb584919e19c757 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 20 Aug 2023 19:22:17 +0100 Subject: [PATCH] Drop taginfo role from grindtooth --- roles/grindtooth.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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]" ) -- 2.39.5