Skip to content

Commit

Permalink
Update README with Ansible version 2.13 as the minimum supported vers…
Browse files Browse the repository at this point in the history
…ion (#1815)

Update README with Ansible version 2.13 as the minimum supported version

SUMMARY


The documentation for amazon.aws is updated with the current state of supported Ansible versions.
ISSUE TYPE


Docs Pull Request

COMPONENT NAME

ADDITIONAL INFORMATION

Reviewed-by: Mark Chappell
Reviewed-by: Alina Buzachis
  • Loading branch information
GomathiselviS authored Oct 20, 2023
1 parent ead8302 commit 26dbce8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +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.12.0 versions, and the current development version of Ansible. Ansible Core versions before 2.12.0 are not supported.

Use amazon.aws 4.x.y if you are using Ansible 2.9 or Ansible Core 2.10.
Tested with the Ansible Core >= 2.13.0 versions, and the current development version of Ansible. Ansible Core versions prior to 2.13.0 are not supported.

## Python version compatibility

Expand Down
2 changes: 2 additions & 0 deletions changelogs/fragments/ansible_version_update.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
trivial:
- update README with Ansible version 2.13 as the minimum supported version.
4 changes: 2 additions & 2 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
requires_ansible: '>=2.12.0'
requires_ansible: '>=2.13.0'
action_groups:
aws:
- autoscaling_group
Expand Down Expand Up @@ -160,4 +160,4 @@ plugin_routing:
redirect: amazon.aws.ssm_parameter
aws_secret:
# Deprecation for this alias should not *start* prior to 2024-09-01
redirect: amazon.aws.secretsmanager_secret
redirect: amazon.aws.secretsmanager_secret

0 comments on commit 26dbce8

Please sign in to comment.