raw is transport-agnostic
+label: docsite_pr
This commit is contained in:
parent
6d604f9b01
commit
2d890105f1
1 changed files with 3 additions and 2 deletions
|
@ -15,12 +15,13 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
||||||
DOCUMENTATION = r'''
|
DOCUMENTATION = r'''
|
||||||
---
|
---
|
||||||
module: raw
|
module: raw
|
||||||
short_description: Executes a low-down and dirty SSH command
|
short_description: Executes a low-down and dirty command
|
||||||
version_added: historical
|
version_added: historical
|
||||||
options:
|
options:
|
||||||
free_form:
|
free_form:
|
||||||
description:
|
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
|
required: true
|
||||||
executable:
|
executable:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Reference in a new issue