Use new package and file names

References parallelvirtualclient/pvc#79
This commit is contained in:
2020-02-08 19:26:51 -05:00
parent 94f2cd5c86
commit 67d1f6761a
5 changed files with 16 additions and 16 deletions

View File

@ -1,5 +1,5 @@
---
# pvc-api client configuration
# pvcapid configuration
# {{ ansible_managed }}
pvc:
debug: False

View File

@ -1,5 +1,5 @@
---
# pvcd cluster configuration
# pvcnoded configuration
# {{ ansible_managed }}
pvc:
node: {% for node in pvc_nodes if node.hostname == ansible_hostname %}{{ node.hostname }}{% endfor %}