mirror of https://github.com/ceph/ceph-ansible.git
fix service arg typo
parent
a6d012b542
commit
617ce6e91d
|
@ -96,7 +96,7 @@
|
|||
service: >
|
||||
name=ceph
|
||||
state=restarted
|
||||
args=mon
|
||||
args=osd
|
||||
when: osdsysvinit.rc == 0
|
||||
|
||||
- name: Waiting for clean PGs...
|
||||
|
|
Loading…
Reference in New Issue