Bump minimum required version of Ansible
Prior to Ansible 1.8.3, the sysctl module had a bug where improperly tries to use lower() on an int value. http://paste.openstack.org/show/483785/ Change-Id: I8866fce3c20dbf91f6c79dcda2e34ecf6ae5084c
This commit is contained in:
parent
14d241915e
commit
13a2e169aa
@ -7,7 +7,7 @@ Requirements
|
|||||||
------------
|
------------
|
||||||
|
|
||||||
This role can be used with or without the openstack-ansible role. It requires
|
This role can be used with or without the openstack-ansible role. It requires
|
||||||
Ansible 1.8 at a minimum.
|
Ansible 1.8.3 at a minimum.
|
||||||
|
|
||||||
Role Variables
|
Role Variables
|
||||||
--------------
|
--------------
|
||||||
|
@ -4,7 +4,7 @@ galaxy_info:
|
|||||||
description: Security hardening role for OpenStack-Ansible
|
description: Security hardening role for OpenStack-Ansible
|
||||||
company: OpenStack
|
company: OpenStack
|
||||||
license: Apache
|
license: Apache
|
||||||
min_ansible_version: 1.8
|
min_ansible_version: 1.8.3
|
||||||
platforms:
|
platforms:
|
||||||
- name: Ubuntu
|
- name: Ubuntu
|
||||||
versions:
|
versions:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user