Commit 70907f57 by Jan-Piet Mens

fix wording of shell documentation

parent f470ebe6
......@@ -9,7 +9,7 @@ short_description: Execute commands in nodes.
description:
- 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
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"
options:
(free form):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment