Skip to content

Commit 72ea8e4

Browse files
Support for ansible-core < 2.15 has been dropped (#2093)
Support for ansible-core < 2.15 has been dropped SUMMARY Support for ansible-core < 2.15 has been dropped ISSUE TYPE Bugfix Pull Request Docs Pull Request Feature Pull Request New Module Pull Request COMPONENT NAME ADDITIONAL INFORMATION Reviewed-by: Mark Chappell
1 parent c065fd3 commit 72ea8e4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ AWS related modules and plugins supported by the Ansible Cloud team are in the [
66

77
## Ansible version compatibility
88

9-
Tested with the Ansible Core >= 2.14.0 versions, and the current development version of Ansible. Ansible Core versions before 2.14.0 are not supported.
9+
Tested with the Ansible Core >= 2.15.0 versions, and the current development version of Ansible. Ansible Core versions before 2.15.0 are not supported.
1010

1111
Use community.aws 4.x.y if you are using Ansible 2.9 or Ansible Core 2.10.
1212

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
breaking_changes:
2-
- community.aws collection - Support for ansible-core < 2.14 has been dropped (https://github.com/ansible-collections/community.aws/pull/2074).
2+
- community.aws collection - Support for ansible-core < 2.15 has been dropped (https://github.com/ansible-collections/community.aws/pull/2074).

meta/runtime.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
requires_ansible: '>=2.14.0'
2+
requires_ansible: '>=2.15.0'
33
action_groups:
44
aws:
55
- accessanalyzer_validate_policy_info

0 commit comments

Comments
 (0)