From 520f4e9914749fea07b86097231f0367b750c4e4 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Mon, 24 Jun 2019 13:53:49 +0200 Subject: [PATCH] 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 --- infrastructure-playbooks/add-osd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure-playbooks/add-osd.yml b/infrastructure-playbooks/add-osd.yml index c2b3137fd..7e2d8ff3c 100644 --- a/infrastructure-playbooks/add-osd.yml +++ b/infrastructure-playbooks/add-osd.yml @@ -44,8 +44,8 @@ roles: - ceph-defaults - - ceph-validate - ceph-facts + - ceph-validate - hosts: osds gather_facts: False