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>
(cherry picked from commit 77b212833e
)
pull/4680/head
parent
3625ea6ef8
commit
ff3bea871d
|
@ -10,6 +10,7 @@
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
vars:
|
vars:
|
||||||
delegate_facts_host: true
|
delegate_facts_host: true
|
||||||
|
become: true
|
||||||
pre_tasks:
|
pre_tasks:
|
||||||
- name: gather facts
|
- name: gather facts
|
||||||
setup:
|
setup:
|
||||||
|
|
Loading…
Reference in New Issue