Add warning to raw and script modules that there is no actual free_form parameter (like for command etc).

pull/19632/merge
Eric Lavarde 8 years ago committed by Brian Coca
parent 024e40d5f4
commit a601f2c6a3

@ -27,7 +27,7 @@ version_added: historical
options:
free_form:
description:
- the raw module takes a free form command to run
- 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:

@ -32,7 +32,7 @@ description:
options:
free_form:
description:
- path to the local script file followed by optional arguments.
- path to the local script file followed by optional arguments. There is no parameter actually named 'free form'; see the examples!
required: true
default: null
aliases: []

Loading…
Cancel
Save