Merge pull request #234 from leseb/rework-rgw-keys

Fix RGW startup
pull/235/head
Leseb 2015-03-24 11:03:09 +01:00
commit 54a3534d49
1 changed files with 0 additions and 1 deletions

View File

@ -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