mirror of https://github.com/ansible/ansible.git
Fix a traceback with python3 and diff output
When retrieving file contents for diffing we need to get the contents as
binary. Otherwise python3 will try to convert the file to text and fail
with non-decodable contents.
Fixes #23171
(cherry picked from commit 2fdb8e7f90)
pull/23608/head
parent
b8d6f23fb7
commit
53b19611e1
Loading…
Reference in New Issue