mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-27 05:43:09 +00:00
* saltstack: fix put_file to preserve checksum Use hashutil.base64_decodefile to ensure that the file checksum is preserved, since file.write only supports text files. Signed-off-by: Zac Medico <zmedico@gmail.com> * Update changelogs/fragments/1472-saltstack-fix-put_file-to-preserve-checksum.yml Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Felix Fontein <felix@fontein.de>