From 3e9826e33150fe90d73676118a643b642d7736cc Mon Sep 17 00:00:00 2001 From: Paul Norman Date: Fri, 4 Oct 2024 11:26:16 -0700 Subject: [PATCH] Add vectortile roll to cmok --- roles/cmok.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/cmok.rb b/roles/cmok.rb index 58aa16994..2c16e30c3 100644 --- a/roles/cmok.rb +++ b/roles/cmok.rb @@ -35,5 +35,6 @@ default_attributes( ) run_list( - "role[cloudferro-waw3-2]" + "role[cloudferro-waw3-2]", + "role[vectortile]" ) -- 2.39.5