From: David Galloway Date: Thu, 30 Jun 2016 19:32:40 +0000 (-0400) Subject: downstream_setup: Add 'become' privilege escalation directive X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=86e83781c0444242816133ae2791ffabae849402;p=ceph-cm-ansible.git downstream_setup: Add 'become' privilege escalation directive Signed-off-by: David Galloway --- diff --git a/downstream_setup.yml b/downstream_setup.yml index 8de896d..eadd347 100644 --- a/downstream_setup.yml +++ b/downstream_setup.yml @@ -4,3 +4,4 @@ - hosts: testnodes roles: - downstream-setup + become: true