Merge pull request #861 from font/test_issues

Fail when we cannot retrieve docker image
pull/862/head
Leseb 2016-06-24 11:23:38 +02:00 committed by GitHub
commit e5eeea3556
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@
- name: pull ceph daemon image
command: "docker pull {{ ceph_docker_username }}/{{ ceph_docker_imagename }}"
changed_when: false
failed_when: false
when: ceph_docker_dev_image is undefined or not ceph_docker_dev_image
# Dev case - export local dev image and send it across