community.general/lib/ansible/modules/cloud/docker
Piotr Wojciechowski 67f14772b1 docker_node: labels operation fails when parameter 'labels' is None (#52662)
* docker_node: Fix for situation where labels parameter is None

* docker_node: Fix for situation where labels parameter is None and labels are not removed
2019-02-20 16:04:42 -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 Fixup removed and deprecated modules 2018-08-24 15:37:13 -07:00
_docker_service.py docker_service: rename to docker_compose. (#51035) 2019-01-23 12:21:57 +00:00
docker_compose.py docker modules: add missing option types (#52422) 2019-02-18 15:40:52 -05:00
docker_config.py docker modules: add missing option types (#52422) 2019-02-18 15:40:52 -05:00
docker_container.py docker modules: add missing option types (#52422) 2019-02-18 15:40:52 -05:00
docker_container_facts.py docker modules: add missing option types (#52422) 2019-02-18 15:40:52 -05:00
docker_host_facts.py Fix typo in key name (#52432) 2019-02-17 22:45:13 -05:00
docker_image.py docker modules: add missing option types (#52422) 2019-02-18 15:40:52 -05:00
docker_image_facts.py docker modules: add missing option types (#52422) 2019-02-18 15:40:52 -05:00
docker_login.py docker modules: add missing option types (#52422) 2019-02-18 15:40:52 -05:00
docker_network.py docker modules: add missing option types (#52422) 2019-02-18 15:40:52 -05:00
docker_network_facts.py docker modules: add missing option types (#52422) 2019-02-18 15:40:52 -05:00
docker_node.py docker_node: labels operation fails when parameter 'labels' is None (#52662) 2019-02-20 16:04:42 -05:00
docker_node_facts.py docker modules: add missing option types (#52422) 2019-02-18 15:40:52 -05:00
docker_prune.py docker_*: always use client.fail() over module.fail_json(), allow to always return data on failure (#51999) 2019-02-13 14:10:23 -05:00
docker_secret.py docker modules: add missing option types (#52422) 2019-02-18 15:40:52 -05:00
docker_stack.py docker modules: add missing option types (#52422) 2019-02-18 15:40:52 -05:00
docker_swarm.py docker modules: add missing option types (#52422) 2019-02-18 15:40:52 -05:00
docker_swarm_facts.py Also return some information in case the docker daemon does not run, is not in swarm mode or not a swarm manager. (#52189) 2019-02-13 16:49:45 -05:00
docker_swarm_service.py docker_swarm_service: Use inspect_service to get service data (#52534) 2019-02-19 15:26:24 -05:00
docker_volume.py docker modules: add missing option types (#52422) 2019-02-18 15:40:52 -05:00
docker_volume_facts.py docker modules: add missing option types (#52422) 2019-02-18 15:40:52 -05:00