mirror of https://github.com/ceph/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 <dsavinea@redhat.com>pull/4679/head
parent
650bc0c3f0
commit
77b212833e
|
@ -10,6 +10,7 @@
|
|||
gather_facts: false
|
||||
vars:
|
||||
delegate_facts_host: true
|
||||
become: true
|
||||
pre_tasks:
|
||||
- name: gather facts
|
||||
setup:
|
||||
|
|
Loading…
Reference in New Issue