community.general/lib/ansible/modules/cloud/docker
Victor Beresnev 2e94affde6 If cmd and entrypoint not set, don't match them
Hello!
I wanted stop the containers matched only by image name, but can't do this, if I not set cmd in playbook.
This behavior confused me.

If cmd or entrypoint is defined for running container, but not defined in playbook, makes matching behavior as this sample:
https://github.com/ansible/ansible-modules-core/blob/devel/cloud/docker/docker.py#L463
2016-12-08 11:24:14 -05:00
..
__init__.py added __init__.py to new cloud subcategories so builds work again 2016-12-08 11:22:25 -05:00
docker.py If cmd and entrypoint not set, don't match them 2016-12-08 11:24:14 -05:00
docker_image.py update docker_image's path param type to 'path'. Fixes #3175 2016-12-08 11:24:10 -05:00