Skip to content

Commit

Permalink
Update dependency to Ansible >=2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ganto committed May 18, 2017
1 parent 5c0a5da commit a3a149a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This role installs and manages [Check_MK](http://mathias-kettner.com/check_mk.ht

### Installation

This role requires at least Ansible `v2.1.5`. To install it, run:
This role requires at least Ansible `v2.3.0`. To install it, run:

```Shell
ansible-galaxy install debops-contrib.checkmk_server
Expand Down
9 changes: 8 additions & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,21 @@ galaxy_info:
author: Reto Gantenbein
description: 'Setup Check_MK monitoring server'
license: 'GPL-3.0'
min_ansible_version: '2.1.5'
min_ansible_version: '2.3.0'

platforms:

- name: Debian
versions:
- wheezy
- jessie
- stretch
- name: Ubuntu
versions:
- trusty
- xenial
- yakkety
- zesty

galaxy_tags:
- debops
Expand Down

0 comments on commit a3a149a

Please sign in to comment.