From 6bfc83e8f34511df221bcb7ccfd5fe9ef9d2b489 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sat, 14 Dec 2019 13:51:43 -0500 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 }}"