Added 'shell' to modules with a note that it doesn't really exist :)

This commit is contained in:
Michael DeHaan 2012-03-23 21:39:39 -04:00
commit b213437bfa

6
library/shell Normal file
View file

@ -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".