]> git.openstreetmap.org Git - chef.git/commitdiff
Drop taginfo role from grindtooth
authorTom Hughes <tom@compton.nu>
Sun, 20 Aug 2023 18:22:17 +0000 (19:22 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 20 Aug 2023 18:22:40 +0000 (19:22 +0100)
roles/grindtooth.rb

index d504a189f10c43e0e0e7bca4a3de5d417b770bf1..360783ee4938eb685f5364183f45a7f5513aa964 100644 (file)
@@ -23,6 +23,5 @@ default_attributes(
 )
 
 run_list(
-  "role[ucl]",
-  "role[taginfo]"
+  "role[ucl]"
 )