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:
Eric Brown 2016-01-13 08:18:47 -08:00
parent 14d241915e
commit 13a2e169aa
2 changed files with 2 additions and 2 deletions

View File

@ -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
-------------- --------------

View File

@ -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: