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
parent 99cd4903a0
commit d1c6e7def8

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