mirror of https://github.com/ceph/ceph-ansible.git
Fix restapi invocation
Hopefully for good this time... Signed-off-by: leseb <seb@redhat.com>pull/314/head
parent
b0891016a9
commit
72df334b8c
2
site.yml
2
site.yml
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue