]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
add-mon: add missing become flag
authorDimitri Savineau <dsavinea@redhat.com>
Fri, 25 Oct 2019 15:09:32 +0000 (11:09 -0400)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Sat, 26 Oct 2019 12:18:27 +0000 (08:18 -0400)
Without the become flag set to true, we can't executed the roles
successfully.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit 77b212833e22cb6584ad020aa9bd0e477c50b461)

infrastructure-playbooks/add-mon.yml

index 55cfa3a641d0764b65eaf8cf858e84284c4f4f23..fa499715ff7cd09d22bd19bcf979916f1d99971c 100644 (file)
@@ -10,6 +10,7 @@
   gather_facts: false
   vars:
     delegate_facts_host: true
+  become: true
   pre_tasks:
     - name: gather facts
       setup: