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
|
name: ceph-radosgw
|
||||||
state: started
|
state: started
|
||||||
enabled: yes
|
enabled: yes
|
||||||
when: ansible_distribution == 'RedHat'
|
when: ansible_os_family == 'RedHat'
|
||||||
|
|
Loading…
Reference in New Issue