mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Added 'shell' to modules with a note that it doesn't really exist :)
This commit is contained in:
6
library/shell
Normal file
6
library/shell
Normal 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".
|
||||||
|
|
||||||
Reference in New Issue
Block a user