Prevent crash if Mode isn't present, which happens for Swarm jobs. (#1003)

This commit is contained in:
Felix Fontein
2024-12-04 21:39:50 +01:00
committed by GitHub
parent e19812917d
commit 7583ea82ac
2 changed files with 3 additions and 1 deletions
@@ -0,0 +1,2 @@
bugfixes:
- "docker_swarm_info - do not crash when finding Swarm jobs if ``services=true`` (https://github.com/ansible-collections/community.docker/issues/1003)."