mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-10 02:41:30 +00:00
159e2bb734d951861c6048935c3a6e8290b92eb2
Using a list ensures that all subprocess arguments are correctly escaped. By building strings and then calling .split(), potential arguments with a space will be incorrectly split over two arguments. When a string is needed for presentation, join to the list to build the string.
Description
Languages
Python
99.4%
Shell
0.3%
HCL
0.2%