Skip to content

Commit

Permalink
stable-7: add upper limit for amazon.aws dependency (#2018)
Browse files Browse the repository at this point in the history
 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
  • Loading branch information
markuman authored Dec 11, 2023
1 parent 155a2cf commit f96afea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f96afea

Please sign in to comment.