Make docker_host and cli_context mutually exclusive. (#895)

This commit is contained in:
Felix Fontein
2024-06-28 22:26:34 +02:00
committed by GitHub
parent 36dcb94b39
commit ad9d362336
3 changed files with 12 additions and 4 deletions
+2
View File
@@ -0,0 +1,2 @@
bugfixes:
- "docker_compose_v2*, docker_stack*, docker_image_build modules - using ``cli_context`` no longer leads to an invalid parameter combination being passed to the corresponding Docker CLI tool, unless ``docker_host`` is also provided. Combining ``cli_context`` and ``docker_host`` is no longer allowed (https://github.com/ansible-collections/community.docker/issues/892, https://github.com/ansible-collections/community.docker/pull/895)."