From 9aa62271f04df51edaf5aa7f601e33d3b3e1a1f5 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Fri, 22 Aug 2025 19:33:51 +0100 Subject: [PATCH] Add tile role to odin --- roles/odin.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/odin.rb b/roles/odin.rb index efc95ea88..67eb32fa1 100644 --- a/roles/odin.rb +++ b/roles/odin.rb @@ -125,5 +125,6 @@ default_attributes( ) run_list( - "role[equinix-ams-public]" + "role[equinix-ams-public]", + "role[tile]" ) -- 2.39.5