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