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 }}