Merge pull request #433 from dvusboy/fix-start_radosgw-centos

This change address radosgw not getting started on CentOS
pull/435/head
Leseb 2015-11-06 12:31:59 +09:00
commit 52ce81c757
1 changed files with 1 additions and 1 deletions

View File

@ -29,4 +29,4 @@
name: ceph-radosgw name: ceph-radosgw
state: started state: started
enabled: yes enabled: yes
when: ansible_distribution == 'RedHat' when: ansible_os_family == 'RedHat'