Commit 051d57ca by Michael DeHaan

Clarify free_form isn't a real option :)

parent 82b24c16
...@@ -39,7 +39,8 @@ description: ...@@ -39,7 +39,8 @@ description:
options: options:
free_form: free_form:
description: description:
- the command module takes a free form command to run - the command module takes a free form command to run. There is no parameter actually named 'free form'.
See the examples!
required: true required: true
default: null default: null
aliases: [] aliases: []
......
...@@ -14,7 +14,8 @@ version_added: "0.2" ...@@ -14,7 +14,8 @@ version_added: "0.2"
options: options:
free_form: free_form:
description: description:
- The shell module takes a free form command to run - The shell module takes a free form command to run, as a string. There's not an actual
option named "free form". See the examples!
required: true required: true
default: null default: null
creates: creates:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment