summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/raw.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/modules/raw.py')
-rw-r--r--lib/ansible/modules/raw.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ansible/modules/raw.py b/lib/ansible/modules/raw.py
index dc40a7391c..60840d044a 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