From 311926aaadc81931d2ee730ff659e6493ea62074 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 1 Jan 2023 21:54:35 +0100 Subject: [PATCH] Forgot to switch docs fragment for docker_container: it no longer depends on the Docker SDK for Python. (#544) --- plugins/modules/docker_container.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/modules/docker_container.py b/plugins/modules/docker_container.py index 76e10b98..5d62455f 100644 --- a/plugins/modules/docker_container.py +++ b/plugins/modules/docker_container.py @@ -27,8 +27,7 @@ notes: - When I(restart) is set to C(true), the module will only restart the container if no config changes are detected. extends_documentation_fragment: - - community.docker.docker - - community.docker.docker.docker_py_1_documentation + - community.docker.docker.api_documentation - community.docker.attributes - community.docker.attributes.actiongroup_docker