Merge "Remove duplicated 'md5'"

This commit is contained in:
Jenkins 2017-01-11 11:13:35 +00:00 committed by Gerrit Code Review
commit a8edd3de65
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
stream_url:
url: "{{ image.url }}"
dest: "{{ ironic_image_target }}"
checksum: "md5:{{ image.checksum }}"
checksum: "{{ image.checksum }}"
async: 600
poll: 15
when: "{{ image.disk_format == 'raw' }}"