From: Dimitri Savineau Date: Fri, 25 Oct 2019 15:09:32 +0000 (-0400) Subject: add-mon: add missing become flag X-Git-Tag: v4.0.5~10 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ff3bea871dceaae965e112be277f57405cd8cc83;p=ceph-ansible.git add-mon: add missing become flag Without the become flag set to true, we can't executed the roles successfully. Signed-off-by: Dimitri Savineau (cherry picked from commit 77b212833e22cb6584ad020aa9bd0e477c50b461) --- diff --git a/infrastructure-playbooks/add-mon.yml b/infrastructure-playbooks/add-mon.yml index 55cfa3a64..fa499715f 100644 --- a/infrastructure-playbooks/add-mon.yml +++ b/infrastructure-playbooks/add-mon.yml @@ -10,6 +10,7 @@ gather_facts: false vars: delegate_facts_host: true + become: true pre_tasks: - name: gather facts setup: