mirror of https://github.com/ceph/ceph-ansible.git
docker-common: fix wrong syntax
there is no need to backslash the quotes here. Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>pull/1955/head
parent
254c12b07e
commit
d20dc54202
|
@ -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