Skip to content

Commit

Permalink
raise minimum ansible version
Browse files Browse the repository at this point in the history
  • Loading branch information
rmatsuoka committed Dec 15, 2023
1 parent b129010 commit 2bebebd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ An Ansible role for installing mackerel-agent and official plugins.
Requirements & Dependencies
---------------------------

- Tested on Ansible 1.8.2 or higher
- Tested on Ansible 2.4 or higher

Role Variables
--------------
Expand Down
12 changes: 4 additions & 8 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,17 @@ galaxy_info:
description: Install mackerel agent
company: Hatena Co., Ltd.
license: Apache2
min_ansible_version: 1.2
min_ansible_version: 2.4
platforms:
- name: EL
versions:
- 7
- 6
- all
- name: Ubuntu
versions:
- trusty
- xenial
- all
- name: Debian
versions:
- wheezy
- jessie
- stretch
- all
categories:
- monitoring
dependencies: []

0 comments on commit 2bebebd

Please sign in to comment.