mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
47b940fc63
* 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>
2 lines
195 B
YAML
2 lines
195 B
YAML
bugfixes:
|
|
- saltstack connection plugin - use ``hashutil.base64_decodefile`` to ensure that the file checksum is preserved (https://github.com/ansible-collections/community.general/pull/1472).
|