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 992dee6 commit 545a032Copy full SHA for 545a032
.github/workflows/ci.yml
@@ -43,9 +43,8 @@ jobs:
43
matrix:
44
include:
45
- distro: debian8
46
+ ansible-version: '<2.10'
47
- distro: debian9
- - distro: ubuntu1604
48
- ansible-version: '>=2.8, <2.9'
49
- distro: ubuntu1604
50
ansible-version: '>=2.9, <2.10'
51
meta/main.yml
@@ -7,7 +7,7 @@ galaxy_info:
7
company: Dresden Weekly
8
description: Manage network interfaces 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