]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Fix RGW startup 234/head
authorSébastien Han <sebastien.han@enovance.com>
Tue, 24 Mar 2015 10:02:12 +0000 (11:02 +0100)
committerSébastien Han <sebastien.han@enovance.com>
Tue, 24 Mar 2015 10:02:12 +0000 (11:02 +0100)
If the distribution wasn't Ubuntu, the check wasn't performed so the
evaluation in the task later wasn't possible.

Signed-off-by: Sébastien Han <sebastien.han@enovance.com>
roles/ceph-radosgw/tasks/start_radosgw.yml

index 0db1a1d05fcccdda8df0cfccf99053b3f410cdfd..9dec19c68d4b90d3de8ce55adc843c47b442598a 100644 (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