diff --git a/library/shell b/library/shell new file mode 100644 index 0000000000..345deea68f --- /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". +