This repository was archived by the owner on Nov 12, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ cache: pip
5
5
services :
6
6
- docker
7
7
env :
8
- - ANSIBLE=2.4
9
8
- ANSIBLE=2.5
10
9
- ANSIBLE=2.6
10
+ - ANSIBLE=2.7
11
11
matrix :
12
12
fast_finish : true
13
13
install :
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Deploy prometheus [pushgateway](https://github.com/prometheus/pushgateway) using
12
12
13
13
## Requirements
14
14
15
- - Ansible >= 2.4
15
+ - Ansible >= 2.3 (It might work on previous versions, but we cannot guarantee it)
16
16
17
17
## Role Variables
18
18
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ galaxy_info:
4
4
description : Prometheus Pushgateway
5
5
license : MIT
6
6
company : none
7
- min_ansible_version : 2.4
7
+ min_ansible_version : 2.5
8
8
role_name : pushgateway
9
9
platforms :
10
10
- name : Ubuntu
Original file line number Diff line number Diff line change 1
1
[tox]
2
2
minversion = 1.8
3
- envlist = py{27}-ansible{24, 25,26}
3
+ envlist = py{27}-ansible{25,26,27 }
4
4
skipsdist = true
5
5
6
6
[travis:env]
7
7
ANSIBLE =
8
- 2.4: ansible24
9
8
2.5: ansible25
10
9
2.6: ansible26
10
+ 2.7: ansible27
11
11
12
12
[testenv]
13
13
passenv = *
14
14
deps =
15
15
-rtest-requirements.txt
16
- ansible24: ansible<2.5
17
16
ansible25: ansible<2.6
18
17
ansible26: ansible<2.7
18
+ ansible27: ansible<2.8
19
19
commands =
20
20
{posargs:molecule test --all --destroy always}
You can’t perform that action at this time.
0 commit comments