]> 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)
committerGuillaume Abrioux <gabrioux@redhat.com>
Fri, 25 Oct 2019 21:05:25 +0000 (23:05 +0200)
Without the become flag set to true, we can't executed the roles
successfully.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
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: