Skip to content

Commit

Permalink
Bump the ansible-lint version to 24.7.0 (ansible-collections#2201)
Browse files Browse the repository at this point in the history
SUMMARY

Bump the ansible-lint version to 24.7.0

ISSUE TYPE

COMPONENT NAME

ADDITIONAL INFORMATION

Reviewed-by: Mike Graves <[email protected]>
Reviewed-by: GomathiselviS
Reviewed-by: Bikouo Aubin
Reviewed-by: Alina Buzachis
  • Loading branch information
mandar242 authored Jul 29, 2024
1 parent 6f4143f commit 2142ee2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelogs/fragments/2201-bump-ansible-lint-version.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
minor_changes:
- Bump version of ansible-lint to minimum 24.7.0 (https://github.com/ansible-collections/amazon.aws/pull/2201).
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ commands = -flake8 --select C90 --max-complexity 10 --format=html --htmldir={pos

[testenv:ansible-lint]
deps =
ansible-lint
ansible-lint >= 24.7.0
commands =
ansible-lint {toxinidir}/plugins

Expand Down

0 comments on commit 2142ee2

Please sign in to comment.