From 62d9962ec7d01c95bf5732169320d3857a41446e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:55:42 +0200 Subject: Merging upstream version 2.16.5. Signed-off-by: Daniel Baumann --- lib/ansible/modules/raw.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/ansible/modules/raw.py') diff --git a/lib/ansible/modules/raw.py b/lib/ansible/modules/raw.py index dc40a73..60840d0 100644 --- a/lib/ansible/modules/raw.py +++ b/lib/ansible/modules/raw.py @@ -39,6 +39,8 @@ description: - This module does not require python on the remote system, much like the M(ansible.builtin.script) module. - This module is also supported for Windows targets. + - If the command returns non UTF-8 data, it must be encoded to avoid issues. One option is to pipe + the output through C(base64). extends_documentation_fragment: - action_common_attributes - action_common_attributes.raw -- cgit v1.2.3