]> git.openstreetmap.org Git - chef.git/commitdiff
Remove dev role from errol
authorGrant Slater <github@firefishy.com>
Thu, 13 Oct 2022 09:44:20 +0000 (10:44 +0100)
committerGrant Slater <github@firefishy.com>
Thu, 13 Oct 2022 09:44:34 +0000 (10:44 +0100)
roles/errol.rb

index e4db08b80ebef30e6fc62935f230639e9e9974ca..341dcf292235fb83ee9f7f0fd5a2c7f407c31c08 100644 (file)
@@ -44,6 +44,5 @@ default_attributes(
 
 run_list(
   "role[ucl]",
-  "role[tyan-s7010]",
-  "role[dev]"
+  "role[tyan-s7010]"
 )