From: leseb Date: Fri, 3 Jul 2015 16:46:57 +0000 (+0200) Subject: Fix restapi invocation X-Git-Tag: v1.0.0~182^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F314%2Fhead;p=ceph-ansible.git Fix restapi invocation Hopefully for good this time... Signed-off-by: leseb --- 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