raw is transport-agnostic

+label: docsite_pr
This commit is contained in:
Dag Wieers 2019-01-07 16:53:27 +01:00 committed by GitHub
parent 6d604f9b01
commit 2d890105f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: