Skip to content

Commit eabec58

Browse files
authored
Bump the ansible-lint version to 24.7.0 and ansible version to min 2.15 (#114)
* add minimum version for ansible-lint to 24.7.0 and bump ansible-core min required version
1 parent b193b26 commit eabec58

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

.github/workflows/linters.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ jobs:
1616
steps:
1717
- uses: ansible-network/github_actions/.github/actions/checkout_dependency@main
1818

19-
- name: Run ansible-lint
20-
uses: ansible/ansible-lint@v6.21.0
19+
- name: run-ansible-lint
20+
uses: ansible/ansible-lint@v24.7.0

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The collection includes a variety of Ansible roles, playbooks, and rulebooks to
77
<!--start requires_ansible-->
88
## Ansible version compatibility
99

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

1212
## Included content
1313

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
minor_changes:
3+
- Bump version of ansible-lint to minimum 24.7.0 (https://github.com/redhat-cop/cloud.aws_ops/pull/114).
4+
breaking_changes:
5+
- Bump minimum version requirement for ansible-core to 2.15 (https://github.com/redhat-cop/cloud.aws_ops/pull/114).

meta/runtime.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
requires_ansible: '>=2.14.0'
2+
requires_ansible: '>=2.15.0'

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ commands =
1616

1717
[testenv:ansible-lint]
1818
deps =
19-
ansible-lint==6.21.0
19+
ansible-lint >= 24.7.0
2020
changedir = {toxinidir}
2121
commands =
2222
ansible-lint

0 commit comments

Comments
 (0)