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