Skip to content

Commit

Permalink
Drop support for Ansible 2.8 by bumping the Ansible version to 2.9
Browse files Browse the repository at this point in the history
Bug 1989197 - drop support for Ansible 2.8

https://bugzilla.redhat.com/show_bug.cgi?id=1989197
  • Loading branch information
spetrosi committed Aug 6, 2021
1 parent ee2096d commit 5039e29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
# with:
# targets: "tests/test_*.yml"
# override-deps: |
# ansible==2.8
# ansible==2.9
# args: ""
# test-ansible29:
# runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ galaxy_info:
description: OpenSSH SSH daemon configuration
company: Willsher Systems
license: LGPLv3
min_ansible_version: 2.8
min_ansible_version: 2.9
platforms:
- name: Debian
versions:
Expand Down

0 comments on commit 5039e29

Please sign in to comment.