From: Grant Slater Date: Fri, 1 Nov 2024 16:47:12 +0000 (+0000) Subject: Add taginfo role to tabaluga X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/ec4ff72f33f13089bc2f3cd64087ece880eb5135 Add taginfo role to tabaluga --- 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]" )