From 12d50cfca65d12b4554ec8f29c0d604addb34a09 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 1 Sep 2023 15:42:23 -0400 Subject: [PATCH] Use correct syntax for init command --- 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 f092639..8155ffa 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 + command: pvc -c local init -y - name: stop the API daemon service: