]> git.openstreetmap.org Git - chef.git/commitdiff
Add taginfo to dribble
authorTom Hughes <tom@compton.nu>
Sat, 19 Aug 2023 13:38:25 +0000 (14:38 +0100)
committerTom Hughes <tom@compton.nu>
Sat, 19 Aug 2023 13:38:25 +0000 (14:38 +0100)
roles/dribble.rb

index 1f23fa195b01e42e9420c236e4c8d1b9cf49e019..ce6da2faca4b9b97c69718d87a6b13dd8bc231a1 100644 (file)
@@ -37,5 +37,6 @@ default_attributes(
 )
 
 run_list(
-  "role[equinix-ams]"
+  "role[equinix-ams]",
+  "role[taginfo]"
 )