We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1174ba6 commit 891f2d0Copy full SHA for 891f2d0
.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 a postfix server 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