mirror of https://github.com/ceph/ceph-ansible.git
fix syntax for when statement
parent
efb8e68c69
commit
44b37469d2
|
@ -98,7 +98,7 @@
|
||||||
name=ceph
|
name=ceph
|
||||||
state=restarted
|
state=restarted
|
||||||
args=mon
|
args=mon
|
||||||
when: osdsysvinit.rc == 0 and
|
when: osdsysvinit.rc == 0
|
||||||
|
|
||||||
- name: Waiting for clean PGs...
|
- name: Waiting for clean PGs...
|
||||||
shell: >
|
shell: >
|
||||||
|
|
Loading…
Reference in New Issue