]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
add-osd: fix error in validate execution role
authorGuillaume Abrioux <gabrioux@redhat.com>
Mon, 24 Jun 2019 11:53:49 +0000 (13:53 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Mon, 24 Jun 2019 12:36:18 +0000 (14:36 +0200)
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>
infrastructure-playbooks/add-osd.yml

index c2b3137fd9958b0880448c89c111730a111ae065..7e2d8ff3cd798b2e837729687174f4be99cebe6e 100644 (file)
@@ -44,8 +44,8 @@
 
   roles:
     - ceph-defaults
-    - ceph-validate
     - ceph-facts
+    - ceph-validate
 
 - hosts: osds
   gather_facts: False