From 72df334b8cb97439806a8f0785d07fa59eaf2f36 Mon Sep 17 00:00:00 2001 From: leseb Date: Fri, 3 Jul 2015 18:46:57 +0200 Subject: [PATCH] Fix restapi invocation Hopefully for good this time... Signed-off-by: leseb --- site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site.yml b/site.yml index edc85b3cc..faaeab4f1 100644 --- a/site.yml +++ b/site.yml @@ -5,7 +5,7 @@ sudo: True roles: - ceph-mon - - { role: ceph-restapi, when: restapi_group_name is defined } + - { role: ceph-restapi, when: restapi_group_name is defined and restapi_group_name in group_names } - hosts: osds sudo: True -- 2.39.5