From f4bbdb7c8667bf915cea5efda4ea8ebf5182b140 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 29 Sep 2023 03:00:53 -0400 Subject: [PATCH] Use full path for uuidgen --- roles/pvc/tasks/ceph/bootstrap.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/pvc/tasks/ceph/bootstrap.yml b/roles/pvc/tasks/ceph/bootstrap.yml index 74299ff..5a993c6 100644 --- a/roles/pvc/tasks/ceph/bootstrap.yml +++ b/roles/pvc/tasks/ceph/bootstrap.yml @@ -1,6 +1,6 @@ --- - name: generate cluster FSID - command: uuidgen + command: /usr/bin/uuidgen register: fsid_raw delegate_to: localhost become: no