af1a24f669
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: I96e815e15d697ca738b0a7d4dd21b71bde9b68ce
25 lines
561 B
YAML
25 lines
561 B
YAML
---
|
|
galaxy_info:
|
|
author: Steve Lewis
|
|
description: An Ansible Galaxy Role for Deploying OpenStack Gnocchi
|
|
company:
|
|
license: Apache
|
|
min_ansible_version: 2.0
|
|
platforms:
|
|
- name: Ubuntu
|
|
versions:
|
|
- trusty
|
|
- xenial
|
|
categories:
|
|
- cloud
|
|
- openstack
|
|
dependencies:
|
|
- pip_install
|
|
- role: apt_package_pinning
|
|
when:
|
|
- ansible_pkg_mgr == 'apt'
|
|
- galera_client
|
|
- openstack_openrc
|
|
# Extra dependency not installable this way
|
|
# git clone https://git.openstack.org/openstack/openstack-ansible-plugins {homedir}/.ansible/plugins
|