-
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
Fix queue attribute comparison #592
Fix queue attribute comparison #592
Conversation
Seems like one of the checks is stuck. Not sure how to trigger it... |
Don't worry about the "gate" check, this one will run once the PR has been reviewed and approved for merging (it's a final check that's run to make sure that the tests still pass before automatically merging the PR) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…eueIdempotent Fix queue attribute comparison SUMMARY Fixes sqs queue attribute comparison so updates are not performed on subsequent runs. Also adds integration tests to verify this behavior. Fixes ansible-collections#578 ISSUE TYPE Bugfix Pull Request COMPONENT NAME sqs_queue ADDITIONAL INFORMATION Reviewed-by: Markus Bergholz <[email protected]> Reviewed-by: Mark Chappell <None> This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections@3513a09
…eueIdempotent Fix queue attribute comparison SUMMARY Fixes sqs queue attribute comparison so updates are not performed on subsequent runs. Also adds integration tests to verify this behavior. Fixes ansible-collections#578 ISSUE TYPE Bugfix Pull Request COMPONENT NAME sqs_queue ADDITIONAL INFORMATION Reviewed-by: Markus Bergholz <[email protected]> Reviewed-by: Mark Chappell <None> This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections@3513a09
…eueIdempotent Fix queue attribute comparison SUMMARY Fixes sqs queue attribute comparison so updates are not performed on subsequent runs. Also adds integration tests to verify this behavior. Fixes ansible-collections#578 ISSUE TYPE Bugfix Pull Request COMPONENT NAME sqs_queue ADDITIONAL INFORMATION Reviewed-by: Markus Bergholz <[email protected]> Reviewed-by: Mark Chappell <None> This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections@36b1d6f
Fix queue attribute comparison SUMMARY Fixes sqs queue attribute comparison so updates are not performed on subsequent runs. Also adds integration tests to verify this behavior. Fixes ansible-collections#578 ISSUE TYPE Bugfix Pull Request COMPONENT NAME sqs_queue ADDITIONAL INFORMATION Reviewed-by: Markus Bergholz <[email protected]> Reviewed-by: Mark Chappell <None>
Fix queue attribute comparison SUMMARY Fixes sqs queue attribute comparison so updates are not performed on subsequent runs. Also adds integration tests to verify this behavior. Fixes ansible-collections#578 ISSUE TYPE Bugfix Pull Request COMPONENT NAME sqs_queue ADDITIONAL INFORMATION Reviewed-by: Markus Bergholz <[email protected]> Reviewed-by: Mark Chappell <None>
Fix queue attribute comparison SUMMARY Fixes sqs queue attribute comparison so updates are not performed on subsequent runs. Also adds integration tests to verify this behavior. Fixes ansible-collections#578 ISSUE TYPE Bugfix Pull Request COMPONENT NAME sqs_queue ADDITIONAL INFORMATION Reviewed-by: Markus Bergholz <[email protected]> Reviewed-by: Mark Chappell <None>
…ity_group_names (ansible-collections#592) elb_classic_lb: fix - resolve security_group_ids when providing security_group_names SUMMARY Fix failed to resolve security_group_ids when providing security_group_names. Fix broken tasks in integration tests. Fixes ansible-collections#589. ISSUE TYPE Bugfix Pull Request COMPONENT NAME elb_classic_lb Reviewed-by: Mark Chappell <None> Reviewed-by: None <None>
SUMMARY
Fixes sqs queue attribute comparison so updates are not performed on subsequent runs. Also adds integration tests to verify this behavior.
Fixes #578
ISSUE TYPE
COMPONENT NAME
sqs_queue
ADDITIONAL INFORMATION