mirror of https://github.com/ceph/ceph-ansible.git
commit
b721c4e919
|
@ -47,7 +47,7 @@
|
|||
# AND
|
||||
# we are not playing rolling-update.yml playbook.
|
||||
- name: check if a cluster is already running
|
||||
command: "docker ps -q --filter=\'name=ceph-mon-{{ ansible_hostname }}\'"
|
||||
command: "docker ps -q --filter='name=ceph-mon-{{ ansible_hostname }}'"
|
||||
register: ceph_health
|
||||
changed_when: false
|
||||
failed_when: false
|
||||
|
|
Loading…
Reference in New Issue