mirror of https://github.com/ceph/ceph-ansible.git
add-osd: fix error in validate execution role
ceph-facts should be run before we play ceph-validate since it has reference to facts that are set in ceph-facts role. Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>pull/4152/head
parent
27aad73471
commit
520f4e9914
|
@ -44,8 +44,8 @@
|
|||
|
||||
roles:
|
||||
- ceph-defaults
|
||||
- ceph-validate
|
||||
- ceph-facts
|
||||
- ceph-validate
|
||||
|
||||
- hosts: osds
|
||||
gather_facts: False
|
||||
|
|
Loading…
Reference in New Issue