Skip to content

Commit 891f2d0

Browse files
committed
Bump min_ansible_version
1 parent 1174ba6 commit 891f2d0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ galaxy_info:
77
company: Oefenweb.nl B.V.
88
description: Set up a postfix server 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)