mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-23 12:33:59 -07:00
Modify the correct variable when setting available hashing algorithms (#52994)
* Revert "use list instead of tuple and remove md5 on ValueError (#51357)" c459f040da
.
* Modify the correct variable when determining available hashing algorithms
This commit is contained in:
parent
644362d0be
commit
23a6b88dd2
3 changed files with 4 additions and 7 deletions
2
changelogs/fragments/md5-hash-algorithms-pop-fix.yaml
Normal file
2
changelogs/fragments/md5-hash-algorithms-pop-fix.yaml
Normal file
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- basic - modify the correct variable when determining available hashing algorithms to avoid errors when md5 is not available (https://github.com/ansible/ansible/issues/51355)
|
Loading…
Add table
Add a link
Reference in a new issue