]> git.openstreetmap.org Git - chef.git/commitdiff
remove ftp role from angor
authorGrant Slater <github@firefishy.com>
Thu, 28 Mar 2024 22:11:20 +0000 (22:11 +0000)
committerGrant Slater <github@firefishy.com>
Thu, 28 Mar 2024 22:11:20 +0000 (22:11 +0000)
roles/angor.rb

index 50a090194e3a47e06879e48b76407377a2b25b91..be08e517cae28fe6ae46de57228a6aa72d0394bc 100644 (file)
@@ -34,6 +34,5 @@ default_attributes(
 )
 
 run_list(
-  "role[inxza]",
-  "role[ftp]"
+  "role[inxza]"
 )