mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #433 from dvusboy/fix-start_radosgw-centos
This change address radosgw not getting started on CentOSpull/435/head
commit
52ce81c757
|
@ -29,4 +29,4 @@
|
|||
name: ceph-radosgw
|
||||
state: started
|
||||
enabled: yes
|
||||
when: ansible_distribution == 'RedHat'
|
||||
when: ansible_os_family == 'RedHat'
|
||||
|
|
Loading…
Reference in New Issue