community.general/lib/ansible/modules/cloud/docker
Felix Fontein 9caaf7b109 docker_container: fix init option idempotency with old docker-py versions (#49078)
* Don't check options for idempotency which are not supported.

This check should be superfluous if every option would adhere to
the convention that options not specified should have value None.
Unfortunately, some options (such as init) which correspond to
container properties have an explicit default set.
2018-11-26 13:53:01 +00:00
..
__init__.py added __init__.py to new cloud subcategories so builds work again 2016-12-08 11:22:25 -05:00
_docker.py Fixup removed and deprecated modules 2018-08-24 15:37:13 -07:00
docker_config.py docker_* modules: simplify idempotency comparisons (#47709) 2018-10-30 08:50:34 +00:00
docker_container.py docker_container: fix init option idempotency with old docker-py versions (#49078) 2018-11-26 13:53:01 +00:00
docker_container_facts.py Add docker_container_facts module. (#48062) 2018-11-06 15:08:28 +00:00
docker_image.py docker_* modules: updating argument_spec (#48491) 2018-11-12 11:33:42 +00:00
docker_image_facts.py docker_* modules: updating argument_spec (#48491) 2018-11-12 11:33:42 +00:00
docker_login.py docker_* modules: unify docker module version checks (#47046) 2018-10-18 10:51:58 +01:00
docker_network.py docker_* modules: improve diff (#48546) 2018-11-19 09:59:54 +00:00
docker_prune.py docker_* tests: check API version (#48620) 2018-11-19 10:01:40 +00:00
docker_secret.py docker_* modules: simplify idempotency comparisons (#47709) 2018-10-30 08:50:34 +00:00
docker_service.py docker_* modules: updating argument_spec (#48491) 2018-11-12 11:33:42 +00:00
docker_stack.py New module: add docker_stack module (clound/docker/docker_stack) (#24588) 2018-09-18 09:54:44 +01:00
docker_swarm.py docker_* modules: updating argument_spec (#48491) 2018-11-12 11:33:42 +00:00
docker_swarm_service.py docker_* modules: improve diff (#48546) 2018-11-19 09:59:54 +00:00
docker_volume.py docker_* modules: improve diff (#48546) 2018-11-19 09:59:54 +00:00