Update min_ansible_version to 1.9

This role makes use of the ternary filter which was only introduced in
Ansible 1.9, this patch updates the min_ansible_version to 1.9.

Change-Id: I942761b2039854f68323d7e99ce3d9405f6cc9c3
This commit is contained in:
Jesse Pretorius 2016-04-11 12:18:41 +01:00 committed by Jesse Pretorius (odyssey4me)
parent 3610b115bb
commit 6738b4884e
1 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
---
galaxy_info:
author: Steve Lewis
description: An Ansible Galaxy Role for Deploying OpenStack Gnocchi
author: Steve Lewis
description: An Ansible Galaxy Role for Deploying OpenStack Gnocchi
company:
license: Apache
min_ansible_version: 1.8
min_ansible_version: 1.9
platforms:
- name: Ubuntu
versions:
@ -19,4 +19,4 @@ dependencies:
- galera_client
- openstack_openrc
# Extra dependency not installable this way
# git clone https://git.openstack.org/openstack/openstack-ansible-plugins {homedir}/.ansible/plugins
# git clone https://git.openstack.org/openstack/openstack-ansible-plugins {homedir}/.ansible/plugins