Fix check_mode for some _info modules. (#183)

This commit is contained in:
Felix Fontein
2021-07-28 21:49:15 +02:00
committed by GitHub
parent b2430f756f
commit 72fb3a5d1a
3 changed files with 5 additions and 2 deletions
@@ -0,0 +1,3 @@
bugfixes:
- docker_stack_info - make sure that module isn't skipped in check mode (https://github.com/ansible-collections/community.docker/pull/183).
- docker_stack_task_info - make sure that module isn't skipped in check mode (https://github.com/ansible-collections/community.docker/pull/183).