community.general/lib/ansible/modules/cloud/docker
Felix Fontein 73533d3fc2 docker_* modules: simplify idempotency comparisons (#47709)
* More generic comparison code from docker_container to docker_common.

* More flexibility if a is None and method is allow_to_present.

Note that this odes not affect docker_container, as there a is never None.

* Update docker_secret and docker_config: simplify labels comparison.

* Added unit tests.

* Use proper subsequence test for allow_more_present for lists.

Note that this does not affect existing code in docker_container, since lists
don't use allow_more_present. Using allow_more_present will only be possible
in Ansible 2.8.

* pep8
2018-10-30 08:50:34 +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_* modules: simplify idempotency comparisons (#47709) 2018-10-30 08:50:34 +00:00
docker_image.py docker_image: Fix up 'changed' event in force mode (#33754) 2018-10-30 08:48:30 +00:00
docker_image_facts.py docker_* modules: unify docker module version checks (#47046) 2018-10-18 10:51:58 +01:00
docker_login.py docker_* modules: unify docker module version checks (#47046) 2018-10-18 10:51:58 +01:00
docker_network.py Adding "internal" option to "docker_network" module (#35370) 2018-10-23 07:49:26 +01:00
docker_secret.py docker_* modules: simplify idempotency comparisons (#47709) 2018-10-30 08:50:34 +00:00
docker_service.py docker_* modules: unify docker module version checks (#47046) 2018-10-18 10:51:58 +01: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 Add docker_config module (#38792) 2018-10-26 10:58:17 +01:00
docker_swarm_service.py Docker swarm service integration tests (#45674) 2018-10-29 11:28:51 +00:00
docker_volume.py Fix option change detection / force support for docker_volume. (#47390) 2018-10-23 07:48:09 +01:00