-
Notifications
You must be signed in to change notification settings - Fork 399
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
Fixup opensearch when using advanced security options #1613
Fixup opensearch when using advanced security options #1613
Conversation
AFAIK, the PR needs to have a changelog fragment. For example: https://github.com/ansible-collections/community.aws/pull/1603/files#diff-91b084c5e7be52b748a76fbb78c48b01265222a931ad815ce7e81a5f0ed17370 |
@gionn yes, as @sebastien-rosset mentioned. Can you please add a changelog fragment? |
I should have addressed all the concerns, but I extended the integration tests blindly and I have no idea if they could work at first try, enabling master user may break the following tests. |
Backport to stable-4: 💚 backport PR created✅ Backport PR branch: Backported as #1614 🤖 @patchback |
Backport to stable-5: 💚 backport PR created✅ Backport PR branch: Backported as #1615 🤖 @patchback |
…-collections#1633) Document and validate backup_selection conditions suboptions SUMMARY Adds documentation and validation for all conditions suboptions in backup_selection module. Fixes ansible-collections#1613 Additionally fixes a bug in module_utils.backup that caused an empty list to be returned from get_selection_details() when multiple backup selections exist for a given backup plan. ISSUE TYPE Bugfix Pull Request COMPONENT NAME backup_selection module_utils.backup ADDITIONAL INFORMATION See ansible-collections#1613 for detailed description of related issue. Reviewed-by: Jill R Reviewed-by: Alina Buzachis
Fix #1560