Skip to content

Commit a3a149a

Browse files
committed
Update dependency to Ansible >=2.3.0
1 parent 5c0a5da commit a3a149a

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This role installs and manages [Check_MK](http://mathias-kettner.com/check_mk.ht
2020

2121
### Installation
2222

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

2525
```Shell
2626
ansible-galaxy install debops-contrib.checkmk_server

meta/main.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,21 @@ galaxy_info:
1111
author: Reto Gantenbein
1212
description: 'Setup Check_MK monitoring server'
1313
license: 'GPL-3.0'
14-
min_ansible_version: '2.1.5'
14+
min_ansible_version: '2.3.0'
1515

1616
platforms:
1717

1818
- name: Debian
1919
versions:
2020
- wheezy
2121
- jessie
22+
- stretch
23+
- name: Ubuntu
24+
versions:
25+
- trusty
26+
- xenial
27+
- yakkety
28+
- zesty
2229

2330
galaxy_tags:
2431
- debops

0 commit comments

Comments
 (0)