Change Docker Stack modules to use common CLI module framework. (#745)

This commit is contained in:
Felix Fontein
2024-01-14 08:54:06 +01:00
committed by GitHub
parent 5adac5216a
commit 1c8272f821
8 changed files with 249 additions and 161 deletions
@@ -0,0 +1,2 @@
minor_changes:
- "The ``docker_stack*`` modules now use the common CLI-based module code added for the ``docker_image_build`` and ``docker_compose_v2`` modules. This means that the modules now have various more configuration options with respect to talking to the Docker Daemon, and now also are part of the ``community.docker.docker`` and ``docker`` module default groups (https://github.com/ansible-collections/community.docker/pull/745)."