Fix AnsibleUnsafeText when copying files larger than SMALL_FILE_LIMIT
Small files are carried in-band in the communication between
controller and remote, with larger files being copied by falling back
to a more traditional ansible put_file mechanism. This large
file code path was missed in b822f20
.
pull/1110/head
parent
ce1accedbc
commit
0bd3c6cba5
Loading…
Reference in New Issue