From 70907f574ecb63c869643d68474f433b4331773f Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Fri, 5 Oct 2012 14:59:49 +0200 Subject: [PATCH] fix wording of shell documentation --- library/shell | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/shell b/library/shell index 02dec097dc2..56149255362 100755 --- a/library/shell +++ b/library/shell @@ -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):