Skip to content

Commit 545a032

Browse files
committed
Bump min_ansible_version
1 parent 992dee6 commit 545a032

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,9 +43,8 @@ jobs:
4343
matrix:
4444
include:
4545
- distro: debian8
46+
ansible-version: '<2.10'
4647
- distro: debian9
47-
- distro: ubuntu1604
48-
ansible-version: '>=2.8, <2.9'
4948
- distro: ubuntu1604
5049
ansible-version: '>=2.9, <2.10'
5150
- 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: Dresden Weekly
88
description: Manage network interfaces 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)