From 632ec69176f005abce8ceca7f5f50d1993a99d15 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Mon, 16 Mar 2020 14:15:32 +0000 Subject: [PATCH] stormfly-01: remove taginfo role --- roles/stormfly-01.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/roles/stormfly-01.rb b/roles/stormfly-01.rb index fc50adc39..ada5971f9 100644 --- a/roles/stormfly-01.rb +++ b/roles/stormfly-01.rb @@ -22,6 +22,5 @@ default_attributes( run_list( "role[osuosl]", - "role[hp-dl360-g6]", - "role[taginfo]" + "role[hp-dl360-g6]" ) -- 2.39.5