mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 09:43:15 +00:00
Per official docker document, it support setting `--log-driver=none` to disable any logging for the container. So let's add it to this module. Fixes #5337