mirror of https://github.com/ceph/ceph-ansible.git
site.yml: the validation play must use become: true
The ceph-defaults role expects this. Signed-off-by: Andrew Schoen <aschoen@redhat.com>pull/2619/head
parent
12bdb8ef87
commit
a80a109ac9
|
@ -84,6 +84,7 @@
|
||||||
|
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
any_errors_fatal: true
|
any_errors_fatal: true
|
||||||
|
become: true
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- ceph-defaults
|
- ceph-defaults
|
||||||
|
|
Loading…
Reference in New Issue