Only activate restpi when needed

Signed-off-by: leseb <seb@redhat.com>
pull/309/head
leseb 2015-07-03 16:22:27 +02:00
parent 071fdcf3d5
commit 98c3666600
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
sudo: True
roles:
- ceph-mon
- ceph-restapi
- { role: ceph-restapi, when: restapi_group_name is defined }
- hosts: osds
sudo: True