From f73a240a7a2b5bcc6de7a28d6c27e9807ecca60b Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sat, 8 Feb 2025 21:01:27 +0100 Subject: [PATCH] Add caveat on contexts[].config result. --- plugins/modules/docker_context_info.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/modules/docker_context_info.py b/plugins/modules/docker_context_info.py index c7a3fcb0..ea2f6b1b 100644 --- a/plugins/modules/docker_context_info.py +++ b/plugins/modules/docker_context_info.py @@ -118,6 +118,9 @@ contexts: config: description: - In case the context is for Docker, contains option values to configure the community.docker modules to use this context. + - Note that the exact values returned here and their values might change over time if incompatibilities to existing modules are found. + The goal is that this configuration works fine with all modules in this collection, but we do not have the capabilities to + test all possible configuration options at the moment. type: dict returned: success sample: {}