From bc57f25939ad75a5f8112544dd272268b5af21ab Mon Sep 17 00:00:00 2001 From: Bas Meijer Date: Wed, 8 Jan 2025 22:29:30 +0100 Subject: [PATCH] OpenEBS installation without sudo on localhost --- openebs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openebs.yml b/openebs.yml index b3b750c..be17066 100755 --- a/openebs.yml +++ b/openebs.yml @@ -23,7 +23,7 @@ - name: Manage Storage hosts: localhost - become: true + become: false gather_facts: true tasks: - name: Manage OpenEBS