]> git.openstreetmap.org Git - chef.git/commitdiff
Temporarily add community role to Sarel to setup base
authorGrant Slater <github@firefishy.com>
Mon, 28 Nov 2022 13:42:56 +0000 (13:42 +0000)
committerGrant Slater <github@firefishy.com>
Mon, 28 Nov 2022 13:42:56 +0000 (13:42 +0000)
roles/sarel.rb

index 30229a1c74d91f0a352ecc707557d019470a3e29..345c046433b267614cea841958822b726a835b91 100644 (file)
@@ -33,5 +33,6 @@ default_attributes(
 )
 
 run_list(
-  "role[ucl]"
+  "role[ucl]",
+  "role[community]"
 )