From 98c36666002ab58e21fd0f61c878ec28fb5f301b Mon Sep 17 00:00:00 2001 From: leseb Date: Fri, 3 Jul 2015 16:22:27 +0200 Subject: [PATCH] Only activate restpi when needed Signed-off-by: leseb --- site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site.yml b/site.yml index ff4ebcfcf..edc85b3cc 100644 --- a/site.yml +++ b/site.yml @@ -5,7 +5,7 @@ sudo: True roles: - ceph-mon - - ceph-restapi + - { role: ceph-restapi, when: restapi_group_name is defined } - hosts: osds sudo: True