raw is transport-agnostic

+label: docsite_pr
pull/50613/head
Dag Wieers 6 years ago committed by GitHub
parent 6d604f9b01
commit 2d890105f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save