From 697cd46d86675a2dd85e70883464181cd8b2c8ed Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Fri, 30 Jan 2026 18:03:45 +0000 Subject: [PATCH] Enable atlas cookbook on ysera --- roles/ysera.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/ysera.rb b/roles/ysera.rb index 9bf3a0e71..448ad7495 100644 --- a/roles/ysera.rb +++ b/roles/ysera.rb @@ -133,5 +133,6 @@ default_attributes( run_list( "role[ucl-public]", - "role[tile]" + "role[tile]", + "recipe[atlas]" ) -- 2.39.5