From 41c2dcd330256801b3d04747ed0782b114ae73ab Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 1 Sep 2023 15:42:21 -0400 Subject: [PATCH] Set debug value in API config --- roles/pvc/templates/pvc/pvc-api.yaml.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/pvc/templates/pvc/pvc-api.yaml.j2 b/roles/pvc/templates/pvc/pvc-api.yaml.j2 index 99f57da..2d5f61e 100644 --- a/roles/pvc/templates/pvc/pvc-api.yaml.j2 +++ b/roles/pvc/templates/pvc/pvc-api.yaml.j2 @@ -2,6 +2,7 @@ # pvc-api client configuration # {{ ansible_managed }} pvc: + debug: False coordinators: {% for node in pvc_nodes if node.is_coordinator %} - {{ node.hostname }}