community.docker/plugins
Felix Fontein 6f52747693
docker_container: fix handling of command and entrypoint in a backwards-compatible way (#186)
* Fix handling of command and entrypoint in a backwards-compatible way.

* Fix copy'n'paste error.

* Fix some more.

* Improve documentation.

* Keep command and entrypoint as lists and not as strings.

* Simplify code, since we're already emitting the deprecation warning in this case during parameter processing.

* Change default only in community.docker 3.0.0.

* Update tests/integration/targets/docker_container/tasks/tests/options.yml

Co-authored-by: Brian Scholer <1260690+briantist@users.noreply.github.com>

* Apply suggestion to more places.

Co-authored-by: Brian Scholer <1260690+briantist@users.noreply.github.com>
2021-08-02 19:31:46 +02:00
..
connection Add nsenter connection plugin (#173) 2021-08-02 08:17:53 +02:00
doc_fragments Pass Docker daemon connection params from inventory to connection plugin (#157) 2021-06-22 06:29:56 +02:00
inventory Replace ansible.module_utils._text by ansible.module_utils.common.text.converters. (#164) 2021-06-26 13:39:51 +02:00
module_utils Replace ansible.module_utils._text by ansible.module_utils.common.text.converters. (#164) 2021-06-26 13:39:51 +02:00
modules docker_container: fix handling of command and entrypoint in a backwards-compatible way (#186) 2021-08-02 19:31:46 +02:00
plugin_utils Deprecate default for tls_hostname (#134) 2021-05-04 07:50:33 +02:00