Jumbo DOCUMENTATION patch

This commit is contained in:
Jan-Piet Mens 2012-10-01 09:18:54 +02:00
parent 880328c10f
commit e620fed755
18 changed files with 134 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