Skip to content

Commit

Permalink
Update metadata to require Ansible 2.5 or higher
Browse files Browse the repository at this point in the history
Signed-off-by: Jared Ledvina <[email protected]>
  • Loading branch information
jaredledvina committed Feb 18, 2019
1 parent 119211a commit 6686137
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6686137

Please sign in to comment.