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