From d4f805a04bcb530e1e2b1a34017c4a05ea216f5d Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Sun, 31 Aug 2025 04:21:57 +0100 Subject: [PATCH] Add tile role to azure-01 --- roles/azure-01.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/azure-01.rb b/roles/azure-01.rb index 3a63032a6..5e97490ee 100644 --- a/roles/azure-01.rb +++ b/roles/azure-01.rb @@ -24,5 +24,6 @@ default_attributes( ) run_list( - "role[twds]" + "role[twds]", + "role[tile]" ) -- 2.39.5