We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 474f48c commit ee02e74Copy full SHA for ee02e74
.github/workflows/ci.yml
@@ -43,10 +43,9 @@ jobs:
43
matrix:
44
include:
45
- distro: debian8
46
+ ansible-version: '<2.10'
47
- distro: debian9
48
- distro: debian10
- - distro: ubuntu1604
49
- ansible-version: '>=2.8, <2.9'
50
- distro: ubuntu1604
51
ansible-version: '>=2.9, <2.10'
52
meta/main.yml
@@ -7,7 +7,7 @@ galaxy_info:
7
company: Oefenweb.nl B.V.
8
description: Set up (the latest version of) virtualenv(wrapper) in Debian-like systems
9
license: MIT
10
- min_ansible_version: 2.8.0
+ min_ansible_version: 2.9.0
11
platforms:
12
- name: Ubuntu
13
versions:
0 commit comments