3. Fix bug¶
PR Merged - get_url does not change mode when checksum matches
bugfixes:
- get_url - fix the bug that get_url does not change mode when checksum matches (https://github.com/ansible/ansible/issues/29614)
PR Merged - expend checksum format to algorithm:(checksum|url) An anti-pattern
minor_changes:
- get_url - implement [expend checksum format to <algorithm>:(<checksum>|<url>)] (https://github.com/ansible/ansible/issues/27617)