mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #861 from font/test_issues
Fail when we cannot retrieve docker imagepull/862/head
commit
e5eeea3556
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue