summaryrefslogtreecommitdiffstats
path: root/lib/ansible/modules/raw.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:55:42 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:55:42 +0000
commit62d9962ec7d01c95bf5732169320d3857a41446e (patch)
treef60d8fc63ff738e5f5afec48a84cf41480ee1315 /lib/ansible/modules/raw.py
parentReleasing progress-linux version 2.14.13-1~progress7.99u1. (diff)
downloadansible-core-62d9962ec7d01c95bf5732169320d3857a41446e.tar.xz
ansible-core-62d9962ec7d01c95bf5732169320d3857a41446e.zip
Merging upstream version 2.16.5.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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 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