From: Grant Slater Date: Mon, 28 Nov 2022 13:42:56 +0000 (+0000) Subject: Temporarily add community role to Sarel to setup base X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/2c3e1c95e07c62283306dadcbb723c7b7b30a5eb Temporarily add community role to Sarel to setup base --- 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]" )