-
Notifications
You must be signed in to change notification settings - Fork 398
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
elb_target_group: do not modify module.params structure #1567
elb_target_group: do not modify module.params structure #1567
Conversation
Adjust the logic to avoid the modification of `module.params` structure.
f9b8beb
to
d108aaa
Compare
@goneri: Greetings! Thanks for taking the time to open this pullrequest. In order for the community to handle your pullrequest effectively, we need a bit more information. Here are the items we could not find in your description:
Please set the description of this pullrequest with this template: |
recheck |
recheck |
setting target_type causes the "required_if" clauses to be evaluated, even if state=absent. Closing this as abandoned for now |
…ilter added (ansible-collections#1570) ACMServiceManager.list_certificates_with_backoff: explicit key type filter added SUMMARY Fixes ansible-collections#1567 ACM.Client.list_certificates requires explicit certificate type filter in order to return the non-RSA_2048 certificates too, and this is needed to ensure the idempotency of importing such certificates. ISSUE TYPE Bugfix Pull Request COMPONENT NAME acm Reviewed-by: Mark Chappell Reviewed-by: Alina Buzachis
Adjust the logic to avoid the modification of
module.params
structure.