openstack-ansible-os_cloudk.../meta
Jesse Pretorius da1f3eb15b Use updated get_url module checksum functionality
Starting in Ansible 2.0, the get_url [1] module provides the
ability for a checksum to be provided to the get_url module
which will be verified against the local destination file
and the task skipped if it matches.

[1] http://docs.ansible.com/ansible/get_url_module.html

This patch implements the use of this functionality.

The ability to ignore a venv download failure is also removed
as this is not necessary or desirable. It is better for the
download to fail and the playbook execution to stop immediately
so that the failure point is exposed.

Change-Id: Ib457a9c68f4cf627b0496574cda628ed304692c1
2016-11-07 17:46:09 +00:00
..
main.yml Use updated get_url module checksum functionality 2016-11-07 17:46:09 +00:00