mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Merge pull request #1170 from jpmens/docspatch01
Jumbo DOCUMENTATION patch
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user