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: I2cde303a14b15c2ef6d348e5e73a91db8e4f58b3
This commit is contained in:
parent
1d9162904e
commit
53486a965d
@ -18,7 +18,7 @@ galaxy_info:
|
|||||||
description: Installation and setup of nova
|
description: Installation and setup of nova
|
||||||
company: Rackspace
|
company: Rackspace
|
||||||
license: Apache2
|
license: Apache2
|
||||||
min_ansible_version: 1.6.6
|
min_ansible_version: 1.9
|
||||||
platforms:
|
platforms:
|
||||||
- name: Ubuntu
|
- name: Ubuntu
|
||||||
versions:
|
versions:
|
||||||
|
Loading…
Reference in New Issue
Block a user