Set debug value in API config

This commit is contained in:
Joshua Boniface 2019-07-26 11:44:08 -04:00
parent dc27564157
commit ada3cb1d87
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 }}