summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/commands/raw.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/modules/commands/raw.py')
-rw-r--r--lib/ansible/modules/commands/raw.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/modules/commands/raw.py b/lib/ansible/modules/commands/raw.py
index e76cf42bc7..3d6f315624 100644
--- a/lib/ansible/modules/commands/raw.py
+++ b/lib/ansible/modules/commands/raw.py
@@ -36,7 +36,7 @@ options:
as privilege escalation requires a shell.
required: false
version_added: "1.0"
-description:
+description:
- Executes a low-down and dirty SSH command, not going through the module
subsystem. This is useful and should only be done in two cases. The
first case is installing C(python-simplejson) on older (Python 2.4 and