Add warning to raw and script modules that there is no actual free_form parameter (like for command etc).
This commit is contained in:
parent
024e40d5f4
commit
a601f2c6a3
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ version_added: historical
|
||||||
options:
|
options:
|
||||||
free_form:
|
free_form:
|
||||||
description:
|
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
|
required: true
|
||||||
executable:
|
executable:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -32,7 +32,7 @@ description:
|
||||||
options:
|
options:
|
||||||
free_form:
|
free_form:
|
||||||
description:
|
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
|
required: true
|
||||||
default: null
|
default: null
|
||||||
aliases: []
|
aliases: []
|
||||||
|
|
Loading…
Reference in a new issue