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