mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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'''
|
||||
---
|
||||
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:
|
||||
|
|
Loading…
Reference in a new issue