]> git.openstreetmap.org Git - chef.git/commitdiff
Remove gps-tile role from noquiklos
authorTom Hughes <tom@compton.nu>
Sun, 5 Feb 2023 10:23:53 +0000 (10:23 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 5 Feb 2023 10:23:53 +0000 (10:23 +0000)
roles/noquiklos.rb

index 99f2a459c0c6c022c6b29f7a5349c32f80598b6e..4fd452acd46ce19e2b030beaf0ceb2ccbb624c89 100644 (file)
@@ -25,6 +25,5 @@ default_attributes(
 
 run_list(
   "role[ucl]",
-  "role[hp-dl360-g6]",
-  "role[gps-tile]"
+  "role[hp-dl360-g6]"
 )