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

ansible 2.5 #27

Merged
merged 1 commit into from
Mar 24, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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