We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
*Ideally*, we would keep the order as they are in the preset. Right now, this prefers sha256 over sha512 due to alphabetic sorting.
Originally posted by @jcgruenhage in #226 (comment)
We are not 100% sure where the regular changes came from, but it might be https://github.com/ansible/ansible/blob/775bc1110ea245dd8c9be8b92c91b3d748a27ab2/lib/ansible/plugins/filter/mathstuff.py#L86 not being deterministic.
If that is the case, we should probably have an ordered_intersect or something as our own filter.
ordered_intersect
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Originally posted by @jcgruenhage in #226 (comment)
We are not 100% sure where the regular changes came from, but it might be https://github.com/ansible/ansible/blob/775bc1110ea245dd8c9be8b92c91b3d748a27ab2/lib/ansible/plugins/filter/mathstuff.py#L86 not being deterministic.
If that is the case, we should probably have an
ordered_intersect
or something as our own filter.The text was updated successfully, but these errors were encountered: