-
Notifications
You must be signed in to change notification settings - Fork 346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor ec2_ami* modules #2164
Refactor ec2_ami* modules #2164
Conversation
bf603d3
to
eeab947
Compare
Build failed. ✔️ ansible-galaxy-importer SUCCESS in 3m 25s |
533dc4c
to
ad2dbab
Compare
Build failed. ✔️ ansible-galaxy-importer SUCCESS in 5m 06s |
ad2dbab
to
ba4aa9f
Compare
Build failed. ✔️ ansible-galaxy-importer SUCCESS in 4m 46s |
Build failed. ✔️ ansible-galaxy-importer SUCCESS in 4m 38s |
14e86ac
to
75966e1
Compare
Build failed. ✔️ ansible-galaxy-importer SUCCESS in 4m 23s |
75966e1
to
b063c14
Compare
f302c31
into
ansible-collections:main
…#2164) SUMMARY Depends-On: ansible-collections#2319 Add some type hint for the module Use shared code from amazon.aws.plugins.module_utils.ec2 Add the possibility to delete specific version of a launch template Add support for tagging for launch template resource (Closes ansible-collections#176) Add the possibility to tag specific resources, not always instance and volume (Closes [ansible-collections#48](ansible-collections#48, Closes ansible-collections#2083) Support EBS Throughput (Closes ansible-collections#1944) Fix issue occurring when launch template contains more than 200 versions (Closes ansible-collections#2131) ISSUE TYPE Feature Pull Request COMPONENT NAME ec2_launch_template Reviewed-by: Alina Buzachis Reviewed-by: Bikouo Aubin Reviewed-by: GomathiselviS <gomathiselvi@gmail.com> This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections/community.aws@40d61f0
SUMMARY
Refactor ec2_ami,ec2_ami_info modules
ISSUE TYPE
COMPONENT NAME
ec2_ami ec2_ami_info