From ec4ff72f33f13089bc2f3cd64087ece880eb5135 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Fri, 1 Nov 2024 16:47:12 +0000 Subject: [PATCH] Add taginfo role to tabaluga --- roles/tabaluga.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/tabaluga.rb b/roles/tabaluga.rb index c891fa894..3667d73df 100644 --- a/roles/tabaluga.rb +++ b/roles/tabaluga.rb @@ -34,5 +34,6 @@ default_attributes( run_list( "role[equinix-ams]", "role[hp-g9]", - "role[blog-staging]" + "role[blog-staging]", + "role[taginfo]" ) -- 2.39.5