mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-04-12 12:35:53 +00:00
Add caveat on contexts[].config result.
This commit is contained in:
parent
7bec26a169
commit
f73a240a7a
@ -118,6 +118,9 @@ contexts:
|
|||||||
config:
|
config:
|
||||||
description:
|
description:
|
||||||
- In case the context is for Docker, contains option values to configure the community.docker modules to use this context.
|
- 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
|
type: dict
|
||||||
returned: success
|
returned: success
|
||||||
sample: {}
|
sample: {}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user