Set debug value in API config
This commit is contained in:
parent
823310e8a3
commit
41c2dcd330
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue