diff --git a/README.md b/README.md index 07b9b12051e..84f81e66ed7 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ AWS related modules and plugins supported by the Ansible community are in the [c ## Ansible version compatibility -Tested with the Ansible Core >= 2.14.0 versions, and the current development version of Ansible. Ansible Core versions prior to 2.14.0 are not supported. +Tested with the Ansible Core >= 2.15.0 versions, and the current development version of Ansible. Ansible Core versions prior to 2.15.0 are not supported. ## Python version compatibility diff --git a/changelogs/fragments/8.0.0-increase-ansible-core-version.yml b/changelogs/fragments/8.0.0-increase-ansible-core-version.yml index fe368852c94..b81d3a49086 100644 --- a/changelogs/fragments/8.0.0-increase-ansible-core-version.yml +++ b/changelogs/fragments/8.0.0-increase-ansible-core-version.yml @@ -1,2 +1,2 @@ breaking_changes: - - amazon.aws collection - Support for ansible-core < 2.14 has been dropped (https://github.com/ansible-collections/amazon.aws/pull/2041). + - amazon.aws collection - Support for ansible-core < 2.15 has been dropped (https://github.com/ansible-collections/amazon.aws/pull/2093). diff --git a/meta/runtime.yml b/meta/runtime.yml index 1d2a1cd0151..94614615f1e 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -1,5 +1,5 @@ --- -requires_ansible: ">=2.14.0" +requires_ansible: ">=2.15.0" action_groups: aws: - autoscaling_group