From f40cca84e096512fa65bf6451b832e09b6e9a2c4 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Fri, 30 Jan 2026 20:00:04 +0000 Subject: [PATCH] Enable atlas cookbook on piasa --- roles/piasa.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/piasa.rb b/roles/piasa.rb index 667f30242..f54a45302 100644 --- a/roles/piasa.rb +++ b/roles/piasa.rb @@ -132,5 +132,6 @@ default_attributes( run_list( "role[osuosl]", - "role[tile]" + "role[tile]", + "recipe[atlas]" ) -- 2.39.5