From d02dee2ff2db283c88639286c9f0cc195553c862 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 6 Oct 2022 20:33:08 +0100 Subject: [PATCH] Add the serverinfo recipe to idris --- roles/idris.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/idris.rb b/roles/idris.rb index ee56fc85a..efe239143 100644 --- a/roles/idris.rb +++ b/roles/idris.rb @@ -35,5 +35,6 @@ default_attributes( run_list( "role[equinix-dub]", "role[hp-g9]", - "role[oxidized]" + "role[oxidized]", + "recipe[serverinfo]" ) -- 2.39.5