Merge pull request #1170 from jpmens/docspatch01

Jumbo DOCUMENTATION patch
This commit is contained in:
Michael DeHaan
2012-10-01 05:19:16 -07:00
18 changed files with 133 additions and 49 deletions

View File

@@ -31,7 +31,7 @@ DOCUMENTATION = '''
module: command
short_description: Executes a command on a remote node
description:
- The command module takes the command name followed by a list of arguments, space delimited.
- The command module takes the command name followed by a list of space-delimited arguments.
- The given command will be executed on all selected nodes. It will not be
processed through the shell, so variables like C($HOME) and operations
like C("<"), C(">"), C("|"), and C("&") will not work. As such, all