mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 00:03:10 +00:00
around file pathing and removes occasional permissions conflicts depending on how things are used.
4 lines
224 B
Plaintext
4 lines
224 B
Plaintext
# 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".
|