We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c193780 commit 4b15ae5Copy full SHA for 4b15ae5
.github/workflows/ci.yml
@@ -45,11 +45,8 @@ jobs:
45
matrix:
46
include:
47
- distro: debian8
48
- ansible-version: '<2.10'
49
- distro: debian9
50
- distro: debian10
51
- - distro: ubuntu1604
52
- ansible-version: '>=2.9, <2.10'
53
- distro: ubuntu1604
54
ansible-version: '>=2.10, <2.11'
55
meta/main.yml
@@ -6,7 +6,7 @@ galaxy_info:
6
company: Oefenweb.nl B.V.
7
description: Manage ssh public key authentication (public / private / authorized keys and known hosts) in Debian-like systems
8
license: MIT
9
- min_ansible_version: 2.9.0
+ min_ansible_version: 2.10.0
10
platforms:
11
- name: Ubuntu
12
versions:
0 commit comments