Fix restapi invocation

Hopefully for good this time...

Signed-off-by: leseb <seb@redhat.com>
pull/314/head
leseb 2015-07-03 18:46:57 +02:00
parent b0891016a9
commit 72df334b8c
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
sudo: True sudo: True
roles: roles:
- ceph-mon - 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 - hosts: osds
sudo: True sudo: True