Add 'detach' option to docker_stack module to control immediate exit behavior on stack deployment/remove (#987)

This commit is contained in:
aliou-sidibe
2024-11-17 15:30:32 +01:00
committed by GitHub
parent c17fef37b3
commit fb9784e4c7
2 changed files with 15 additions and 0 deletions
@@ -0,0 +1,2 @@
minor_changes:
- "docker_stack - allow to add ``--detach=false`` option to ``docker stack deploy`` command (https://github.com/ansible-collections/community.docker/pull/987)."