From 458e7b4872add95b87bbcd0c7db0b24f61bd59fb Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 1 Sep 2023 15:42:24 -0400 Subject: [PATCH] Use new init command location Command was renamed in the PVC CLI to facilitate other "task" actions like backup/restore. --- roles/pvc/tasks/pvc/bootstrap.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/pvc/tasks/pvc/bootstrap.yml b/roles/pvc/tasks/pvc/bootstrap.yml index 8155ffa..c5a4ea6 100644 --- a/roles/pvc/tasks/pvc/bootstrap.yml +++ b/roles/pvc/tasks/pvc/bootstrap.yml @@ -16,7 +16,7 @@ seconds: 5 - name: initialize a fresh PVC cluster - command: pvc -c local init -y + command: pvc -c local task init -y - name: stop the API daemon service: