From fde47be13cc753218153b3dbc0db5a4daa752b21 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Wed, 8 Aug 2018 16:48:42 -0500 Subject: [PATCH] lv-create: set become: true at the playbook level Signed-off-by: Andrew Schoen --- infrastructure-playbooks/lv-create.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/infrastructure-playbooks/lv-create.yml b/infrastructure-playbooks/lv-create.yml index 1217499fe..c08c3f28b 100644 --- a/infrastructure-playbooks/lv-create.yml +++ b/infrastructure-playbooks/lv-create.yml @@ -1,4 +1,5 @@ - name: creates logical volumes for the bucket index or fs journals on a single device and prepares for use of osd_scenario=lvm. + become: true hosts: - osds -- 2.39.5