From f96afea912582ad4911592fb760b12a21ab4b18e Mon Sep 17 00:00:00 2001 From: Markus Bergholz Date: Mon, 11 Dec 2023 09:42:57 +0100 Subject: [PATCH] stable-7: add upper limit for amazon.aws dependency (#2018) stable-7: add upper limit for amazon.aws dependency SUMMARY Parts of community.aws breaks when amazon.aws version is to high ref: #1915 Reviewed-by: Mark Chappell --- galaxy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/galaxy.yml b/galaxy.yml index a1cd19d3d42..51c1458a277 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -9,7 +9,7 @@ description: A variety of Ansible content to help automate the management of AWS license_file: COPYING tags: [community, aws, cloud, amazon] dependencies: - amazon.aws: '>=7.0.0' + amazon.aws: '>=7.0.0,<8.0.0' repository: https://github.com/ansible-collections/community.aws documentation: https://ansible-collections.github.io/community.aws/branch/stable-7/collections/community/aws/index.html homepage: https://github.com/ansible-collections/community.aws