Skip to content

Commit

Permalink
Bump the ansible-lint version to 24.7.0 and ansible version to min 2.…
Browse files Browse the repository at this point in the history
…15 (#114)

* add minimum version for  ansible-lint to 24.7.0 and bump ansible-core min required version
  • Loading branch information
mandar242 authored Jul 26, 2024
1 parent b193b26 commit eabec58
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:
steps:
- uses: ansible-network/github_actions/.github/actions/checkout_dependency@main

- name: Run ansible-lint
uses: ansible/ansible-lint@v6.21.0
- name: run-ansible-lint
uses: ansible/ansible-lint@v24.7.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The collection includes a variety of Ansible roles, playbooks, and rulebooks to
<!--start requires_ansible-->
## Ansible version compatibility

This collection has been tested against following Ansible versions: **>=2.14.0**.
This collection has been tested against following Ansible versions: **>=2.15.0**.

## Included content

Expand Down
5 changes: 5 additions & 0 deletions changelogs/fragments/114-bump-ansible-lint-version.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
minor_changes:
- Bump version of ansible-lint to minimum 24.7.0 (https://github.com/redhat-cop/cloud.aws_ops/pull/114).
breaking_changes:
- Bump minimum version requirement for ansible-core to 2.15 (https://github.com/redhat-cop/cloud.aws_ops/pull/114).
2 changes: 1 addition & 1 deletion meta/runtime.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
requires_ansible: '>=2.14.0'
requires_ansible: '>=2.15.0'
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ commands =

[testenv:ansible-lint]
deps =
ansible-lint==6.21.0
ansible-lint >= 24.7.0
changedir = {toxinidir}
commands =
ansible-lint
Expand Down

0 comments on commit eabec58

Please sign in to comment.