From cb96ef4e7a1a2ffb4379a398f3f7f78c9f196f32 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Tue, 24 Nov 2020 12:22:23 -0500 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: