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
Guillaume Abrioux 2019-06-24 13:53:49 +02:00
parent 27aad73471
commit 520f4e9914
1 changed files with 1 additions and 1 deletions

View File

@ -44,8 +44,8 @@
roles:
- ceph-defaults
- ceph-validate
- ceph-facts
- ceph-validate
- hosts: osds
gather_facts: False