..
current_container_facts.py
Improve container detection. ( #522 ) ( #523 )
2022-12-06 08:39:15 +01:00
docker_compose.py
Docker Compose v1 tests: restrict API version to 1.44 if default API version is 1.45+ ( #881 ) ( #883 )
2024-06-14 08:25:11 +02:00
docker_config.py
Fix two more booleans. ( #464 ) ( #465 )
2022-08-24 06:53:31 +02:00
docker_container_exec.py
Update docker_container_exec.py documentation ( #642 ) ( #643 )
2023-06-01 13:18:32 +02:00
docker_container_info.py
Normalize booleans in all other plugins and modules. ( #440 ) ( #443 )
2022-08-10 21:46:13 +02:00
docker_container.py
mac_address no longer works with Docker API v1.44+. ( #764 ) ( #768 )
2024-01-20 14:27:04 +01:00
docker_host_info.py
Improve examples: use FQCNs and always add name: to tasks ( #624 ) ( #627 )
2023-05-15 22:20:04 +02:00
docker_image_info.py
Move common utility code to plugins.module_utils.util ( #390 )
2022-06-20 18:39:13 +02:00
docker_image_load.py
Move common utility code to plugins.module_utils.util ( #390 )
2022-06-20 18:39:13 +02:00
docker_image.py
Add docstring to ImageManager.__init__ and fix docstring for ImageManager.archive_image ( #509 ) ( #511 )
2022-11-30 22:14:34 +01:00
docker_login.py
[stable-2] Ignore more unnecessary import warnings ( #587 )
2023-02-12 22:32:02 +01:00
docker_network_info.py
Normalize booleans in all other plugins and modules. ( #440 ) ( #443 )
2022-08-10 21:46:13 +02:00
docker_network.py
Fix non-matching defaults. ( #494 ) ( #496 )
2022-11-01 19:20:32 +01:00
docker_node_info.py
Normalize booleans in all other plugins and modules. ( #440 ) ( #443 )
2022-08-10 21:46:13 +02:00
docker_node.py
Normalize booleans in all other plugins and modules. ( #440 ) ( #443 )
2022-08-10 21:46:13 +02:00
docker_plugin.py
More true/false normalization. ( #597 ) ( #598 )
2023-03-06 22:36:33 +01:00
docker_prune.py
docker_prune: correctly return 'changed' result ( #593 ) ( #594 )
2023-02-24 21:24:39 +01:00
docker_secret.py
Fix two more booleans. ( #464 ) ( #465 )
2022-08-24 06:53:31 +02:00
docker_stack_info.py
Fix docs. ( #436 ) ( #437 )
2022-08-04 14:33:10 +02:00
docker_stack_task_info.py
Normalize booleans in all other plugins and modules. ( #440 ) ( #443 )
2022-08-10 21:46:13 +02:00
docker_stack.py
Fix error formatting bug. ( #448 ) ( #450 )
2022-08-12 14:15:40 +02:00
docker_swarm_info.py
Fix EndpointSpec KeyError. ( #637 ) ( #638 )
2023-05-26 21:20:18 +02:00
docker_swarm_service_info.py
Normalize booleans in all other plugins and modules. ( #440 ) ( #443 )
2022-08-10 21:46:13 +02:00
docker_swarm_service.py
More true/false normalization. ( #597 ) ( #598 )
2023-03-06 22:36:33 +01:00
docker_swarm.py
Do not pass data_path_addr for older Docker SDK for Python versions. ( #696 ) ( #697 )
2023-10-14 22:10:49 +00:00
docker_volume_info.py
Normalize booleans in all other plugins and modules. ( #440 ) ( #443 )
2022-08-10 21:46:13 +02:00
docker_volume.py
fix(community.docker.docker_volume): labels can be none ( #702 ) ( #704 )
2023-11-12 12:03:29 +01:00