mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-29 16:11:22 -07:00
saltstack: fix put_file to preserve checksum (#1472)
* 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>
This commit is contained in:
parent
eb79c14e9c
commit
47b940fc63
2 changed files with 5 additions and 2 deletions
|
@ -0,0 +1,2 @@
|
|||
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).
|
Loading…
Add table
Add a link
Reference in a new issue