From 2d890105f1abb57c73afdf3d262d7b3a4c10100d Mon Sep 17 00:00:00 2001 From: Dag Wieers Date: Mon, 7 Jan 2019 16:53:27 +0100 Subject: [PATCH] raw is transport-agnostic +label: docsite_pr --- lib/ansible/modules/commands/raw.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/commands/raw.py b/lib/ansible/modules/commands/raw.py index 5feebbf475..928350dbc6 100644 --- a/lib/ansible/modules/commands/raw.py +++ b/lib/ansible/modules/commands/raw.py @@ -15,12 +15,13 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = r''' --- module: raw -short_description: Executes a low-down and dirty SSH command +short_description: Executes a low-down and dirty command version_added: historical options: free_form: description: - - The raw module takes a free form command to run. There is no parameter actually named 'free form'; see the examples! + - The raw module takes a free form command to run. + - There is no parameter actually named 'free form'; see the examples! required: true executable: description: