mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 03:46:55 +00:00
Make all doc fragments, module utils, and plugin utils private (#1144)
* Make all doc fragments, module utils, and plugin utils private. * Remove some unused and no longer needed imports. This hopefully also fixes the CI issues, which do not happen locally for me... * Fix formatting. * Try to make CI happy, again. * Fix imports. * Lint.
This commit is contained in:
@@ -23,9 +23,9 @@ notes:
|
||||
(except O(image)). Therefore, always specify B(all) options relevant to the container.
|
||||
- When O(restart) is set to V(true), the module will only restart the container if no config changes are detected.
|
||||
extends_documentation_fragment:
|
||||
- community.docker.docker.api_documentation
|
||||
- community.docker.attributes
|
||||
- community.docker.attributes.actiongroup_docker
|
||||
- community.docker._docker.api_documentation
|
||||
- community.docker._attributes
|
||||
- community.docker._attributes.actiongroup_docker
|
||||
|
||||
attributes:
|
||||
check_mode:
|
||||
@@ -1331,10 +1331,10 @@ status:
|
||||
sample: 0
|
||||
"""
|
||||
|
||||
from ansible_collections.community.docker.plugins.module_utils.module_container.docker_api import (
|
||||
from ansible_collections.community.docker.plugins.module_utils._module_container.docker_api import (
|
||||
DockerAPIEngineDriver,
|
||||
)
|
||||
from ansible_collections.community.docker.plugins.module_utils.module_container.module import (
|
||||
from ansible_collections.community.docker.plugins.module_utils._module_container.module import (
|
||||
run_module,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user