From 4b488a56ea5fa4e4d104ff8643aaf815c6671b1a Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 1 Sep 2023 15:42:22 -0400 Subject: [PATCH] Don't become for uuidgen --- roles/pvc/tasks/ceph/bootstrap.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/pvc/tasks/ceph/bootstrap.yml b/roles/pvc/tasks/ceph/bootstrap.yml index 19ff7a2..79476d3 100644 --- a/roles/pvc/tasks/ceph/bootstrap.yml +++ b/roles/pvc/tasks/ceph/bootstrap.yml @@ -3,6 +3,7 @@ command: uuidgen register: fsid_raw delegate_to: localhost + become: no - set_fact: fsid: "{{ fsid_raw.stdout }}"