openstack-ansible-os_horizon/tasks
Jesse Pretorius cf1dfcc3bf 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: I0e33da0dc601eaa4af06c03a20803fcd01405531
2016-11-07 17:43:45 +00:00
..
horizon_apache.yml Workaround upstream issue with apache2_module 2016-11-02 08:44:23 -07:00
horizon_db_setup.yml Fix linting issues for ansible-lint 3.4.1 2016-11-02 12:22:59 +00:00
horizon_install.yml Use updated get_url module checksum functionality 2016-11-07 17:43:45 +00:00
horizon_post_install.yml Fix linting issues for ansible-lint 3.4.1 2016-11-02 12:22:59 +00:00
horizon_pre_install.yml Cleanup/standardize usage of tags 2016-07-11 16:48:58 -04:00
horizon_service_setup.yml Cleanup/standardize usage of tags 2016-07-11 16:48:58 -04:00
horizon_ssl_key_create.yml Cleanup/standardize usage of tags 2016-07-11 16:48:58 -04:00
horizon_ssl_key_distribute.yml Cleanup/standardize usage of tags 2016-07-11 16:48:58 -04:00
horizon_ssl_key_store.yml Cleanup/standardize usage of tags 2016-07-11 16:48:58 -04:00
horizon_ssl_self_signed.yml Revert dynamic includes for inventory-based conditionals 2016-09-26 19:58:12 +01:00
horizon_ssl_user_provided.yml Cleanup/standardize usage of tags 2016-07-11 16:48:58 -04:00
install-apt.yml Remove ansible<2.2 apt cache hack 2016-11-03 23:36:02 +00:00
main.yml Revert dynamic includes for inventory-based conditionals 2016-09-26 19:58:12 +01:00