From 0ab9be9a7a5a5aebb27c17bc1f799e23718b8f79 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Mon, 3 Jul 2017 15:54:43 +0200 Subject: [PATCH] Mon: Readd the include of check_mandatory_vars.yml The check regarding the networking scenario configuration has been moved from ceph-common to ceph-mon in 1de8176 but the include was not re-added in 189f4fe Signed-off-by: Guillaume Abrioux --- roles/ceph-mon/tasks/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/ceph-mon/tasks/main.yml b/roles/ceph-mon/tasks/main.yml index 15bae8deb..4f0fed6b0 100644 --- a/roles/ceph-mon/tasks/main.yml +++ b/roles/ceph-mon/tasks/main.yml @@ -1,4 +1,6 @@ --- +- include: check_mandatory_vars.yml + - include: deploy_monitors.yml when: not containerized_deployment