mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-02 14:40:19 -07:00
Jumbo DOCUMENTATION patch
This commit is contained in:
parent
880328c10f
commit
e620fed755
18 changed files with 134 additions and 49 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue