mirror of https://github.com/ceph/ceph-ansible.git
remove service enable
parent
14c189fee5
commit
2d44c1cee6
|
@ -101,7 +101,6 @@
|
|||
service:
|
||||
name: "ceph-osd@{{ item.item[1].osd_id }}"
|
||||
state: stopped
|
||||
enabled: yes
|
||||
with_items:
|
||||
- "{{ osds_uuid.results }}"
|
||||
|
||||
|
@ -115,6 +114,5 @@
|
|||
service:
|
||||
name: "ceph-osd@{{ item.item[1].osd_id }}"
|
||||
state: started
|
||||
enabled: yes
|
||||
with_items:
|
||||
- "{{ osds_uuid.results }}"
|
||||
|
|
Loading…
Reference in New Issue