Merge pull request #1955 from ceph/fix_syntax

docker-common: fix wrong syntax
pull/1962/head
Sébastien Han 2017-09-28 00:34:10 +02:00 committed by GitHub
commit b721c4e919
1 changed files with 1 additions and 1 deletions

View File

@ -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