mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-07 03:00:33 -07:00
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.
2 lines
118 B
YAML
2 lines
118 B
YAML
bugfixes:
|
|
- flatpak and flatpak_remote - fix command line construction to build commands as lists instead of strings.
|