diff --git a/CHANGELOG.md b/CHANGELOG.md index e7f937e5..0467515f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). ## [4.0.0] - 2019-02-17 ### Breaking Changes - Upgrade all playbooks to `loop` syntax, requiring Ansible 2.5 or higher (@michaelpporter) +- Update role metadata to require Ansible 2.5 or higher (@jaredledvina) ### Changed - Upgrade Inspec to 3.6.6 (@jaredledvina) diff --git a/README.md b/README.md index ef920cef..c5e84469 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ Or, passing parameter values: ``` ## Ansible version support -All changes to this role are actively tested against Ansible 2.6 and 2.7 at this time. Ansible 2.4 is required at a minimum. +All changes to this role are actively tested against Ansible 2.6 and 2.7 at this time. Ansible 2.5 is required at a minimum. License diff --git a/docs/index.md b/docs/index.md index 21a5d8f2..81ef69d5 100644 --- a/docs/index.md +++ b/docs/index.md @@ -14,7 +14,7 @@ Along with deploying the Sensu Server, API and clients, this role can deploy a f However, if you want to rely on other roles/management methods to deploy/manage these services, [it's nice and easy to integrate this role](integration/). ## Requirements -This role requires Ansible 2.4 +This role requires Ansible 2.5 ## Supported Platforms ### Automatically tested via TravisCI diff --git a/meta/main.yml b/meta/main.yml index e25f8615..834a8801 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -3,7 +3,7 @@ galaxy_info: author: Calum MacRae description: Deploy a full Sensu monitoring stack; including redis, RabbitMQ & the Uchiwa dashboard license: MIT - min_ansible_version: 2.4 + min_ansible_version: 2.5 platforms: - name: EL versions: