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: I136d8fe1a4739f4f62216b3674b6f78399a3ea35
This commit is contained in:
parent
c9ccde0c78
commit
f9727e0fd0
@ -17,7 +17,7 @@ galaxy_info:
|
||||
description: Baremetal provisioning for Openstack
|
||||
company: OpenStack
|
||||
license: Apache
|
||||
min_ansible_version: 1.8
|
||||
min_ansible_version: 1.9
|
||||
platforms:
|
||||
- name: Ubuntu
|
||||
versions:
|
||||
|
Loading…
Reference in New Issue
Block a user