mirror of https://github.com/ceph/ceph-ansible.git
commit
b721c4e919
|
@ -47,7 +47,7 @@
|
||||||
# AND
|
# AND
|
||||||
# we are not playing rolling-update.yml playbook.
|
# we are not playing rolling-update.yml playbook.
|
||||||
- name: check if a cluster is already running
|
- 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
|
register: ceph_health
|
||||||
changed_when: false
|
changed_when: false
|
||||||
failed_when: false
|
failed_when: false
|
||||||
|
|
Loading…
Reference in New Issue