Set debug value in API config

This commit is contained in:
Joshua Boniface 2023-09-01 15:42:21 -04:00
parent 823310e8a3
commit 41c2dcd330
1 changed files with 1 additions and 0 deletions

View File

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