Use new package and file names

References parallelvirtualclient/pvc#79
This commit is contained in:
2023-09-01 15:42:23 -04:00
parent 999e50a68f
commit 0e5cb688dc
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 %}