From 2c3e1c95e07c62283306dadcbb723c7b7b30a5eb Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Mon, 28 Nov 2022 13:42:56 +0000 Subject: [PATCH] Temporarily add community role to Sarel to setup base --- roles/sarel.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/sarel.rb b/roles/sarel.rb index 30229a1c7..345c04643 100644 --- a/roles/sarel.rb +++ b/roles/sarel.rb @@ -33,5 +33,6 @@ default_attributes( ) run_list( - "role[ucl]" + "role[ucl]", + "role[community]" ) -- 2.39.5