mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-26 04:50:18 +01:00
Drop support for Ansible 2.8 by bumping the Ansible version to 2.9
Bug 1989197 - drop support for Ansible 2.8 https://bugzilla.redhat.com/show_bug.cgi?id=1989197
This commit is contained in:
parent
ee2096d680
commit
5039e29910
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ansible-lint.yml
vendored
2
.github/workflows/ansible-lint.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
||||||
# with:
|
# with:
|
||||||
# targets: "tests/test_*.yml"
|
# targets: "tests/test_*.yml"
|
||||||
# override-deps: |
|
# override-deps: |
|
||||||
# ansible==2.8
|
# ansible==2.9
|
||||||
# args: ""
|
# args: ""
|
||||||
# test-ansible29:
|
# test-ansible29:
|
||||||
# runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
|
|
|
@ -4,7 +4,7 @@ galaxy_info:
|
||||||
description: OpenSSH SSH daemon configuration
|
description: OpenSSH SSH daemon configuration
|
||||||
company: Willsher Systems
|
company: Willsher Systems
|
||||||
license: LGPLv3
|
license: LGPLv3
|
||||||
min_ansible_version: 2.8
|
min_ansible_version: 2.9
|
||||||
platforms:
|
platforms:
|
||||||
- name: Debian
|
- name: Debian
|
||||||
versions:
|
versions:
|
||||||
|
|
Loading…
Reference in a new issue