mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Merge pull request #1239 from jpmens/shelldoc
fix wording of shell documentation
This commit is contained in:
commit
a1c23af6fc
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ short_description: Execute commands in nodes.
|
||||||
description:
|
description:
|
||||||
- The shell module takes the command name followed by a list of arguments,
|
- The shell module takes the command name followed by a list of arguments,
|
||||||
space delimited. It is almost exactly like the M(command) module but runs
|
space delimited. It is almost exactly like the M(command) module but runs
|
||||||
the command through the user's configured shell on the remote node.
|
the command through a shell (C(/bin/sh)) on the remote node.
|
||||||
version_added: "0.2"
|
version_added: "0.2"
|
||||||
options:
|
options:
|
||||||
(free form):
|
(free form):
|
||||||
|
|
Loading…
Reference in a new issue