mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-04 07:30:20 -07:00
Merge pull request #5790 from geerlingguy/patch-3
Mention shell module in command documentation
This commit is contained in:
commit
48c477ffc8
1 changed files with 2 additions and 1 deletions
|
@ -34,7 +34,8 @@ description:
|
||||||
- The M(command) module takes the command name followed by a list of space-delimited arguments.
|
- The M(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
|
- 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
|
processed through the shell, so variables like C($HOME) and operations
|
||||||
like C("<"), C(">"), C("|"), and C("&") will not work.
|
like C("<"), C(">"), C("|"), and C("&") will not work (use the M(shell)
|
||||||
|
module if you need these features).
|
||||||
options:
|
options:
|
||||||
free_form:
|
free_form:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue