From b213437bfa7a7140eb32ed1cc2137405008fefeb Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Fri, 23 Mar 2012 21:39:39 -0400 Subject: [PATCH] Added 'shell' to modules with a note that it doesn't really exist :) --- library/shell | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 library/shell diff --git a/library/shell b/library/shell new file mode 100644 index 00000000000..345deea68f7 --- /dev/null +++ b/library/shell @@ -0,0 +1,6 @@ +# VIRTUAL + +There is actually no actual shell module source, when you use 'shell' in ansible, +it runs the 'command' module with special arguments and it behaves differently. +See the command source and the comment "#USE_SHELL". +