1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-07-08 19:49:09 +00:00

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
commit 6600f7b7ac
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