Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #27 from cloudalchemy/new_ansible
Browse files Browse the repository at this point in the history
ansible 2.5
  • Loading branch information
paulfantom authored Mar 24, 2018
2 parents b8bf7cd + 60d4365 commit 041b0e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ cache: pip
services:
- docker
env:
- ANSIBLE='ansible>=2.2.0,<2.3.0'
- ANSIBLE='ansible>=2.3.0,<2.4.0'
- ANSIBLE='ansible>=2.4.0,<2.5.0'
- ANSIBLE='ansible>=2.5.0,<2.6.0'
install:
- pip install ${ANSIBLE} 'ansible-lint>=3.4.15' 'molecule==1.25.0' docker git-semver 'testinfra>=1.7.0,<=1.10.1'
script:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Deploy prometheus [node exporter](https://github.com/prometheus/node_exporter) u

## Requirements

- Ansible > 2.2
- Ansible >= 2.3
- go-lang installed on deployer machine (same one where ansible is installed)

## Role Variables
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: Roman Demachkovych, Pawel Krupa
description: Prometheus Node Exporter
license: MIT
min_ansible_version: 2.2
min_ansible_version: 2.3
platforms:
- name: Ubuntu
versions:
Expand Down

0 comments on commit 041b0e2

Please sign in to comment.