Skip to content

Commit ee02e74

Browse files
committed
Bump min_ansible_version
1 parent 474f48c commit ee02e74

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,9 @@ jobs:
4343
matrix:
4444
include:
4545
- distro: debian8
46+
ansible-version: '<2.10'
4647
- distro: debian9
4748
- distro: debian10
48-
- distro: ubuntu1604
49-
ansible-version: '>=2.8, <2.9'
5049
- distro: ubuntu1604
5150
ansible-version: '>=2.9, <2.10'
5251
- distro: ubuntu1604

meta/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ galaxy_info:
77
company: Oefenweb.nl B.V.
88
description: Set up (the latest version of) virtualenv(wrapper) in Debian-like systems
99
license: MIT
10-
min_ansible_version: 2.8.0
10+
min_ansible_version: 2.9.0
1111
platforms:
1212
- name: Ubuntu
1313
versions:

0 commit comments

Comments
 (0)