mirror of https://github.com/ceph/ceph-ansible.git
commit
54a3534d49
|
@ -4,7 +4,6 @@
|
|||
command: /etc/init.d/radosgw status
|
||||
register: rgwstatus
|
||||
ignore_errors: True
|
||||
when: ansible_distribution != "Ubuntu"
|
||||
|
||||
- name: Start RGW
|
||||
service: name=radosgw-all state=started
|
||||
|
|
Loading…
Reference in New Issue