James A. Robinson
James A. Robinson
Hi @Voyz, I hadn't realized you had asked a question here. I think we do cover the warning in the documentation we came up with.
I've found myself having to wrap any columns that may potentially contain NULLs with a COALESCE(), to work around this problem.
!component =ansible_collections/community/docker/plugins/modules/docker_swarm_service.py
https://docs.docker.com/engine/reference/commandline/service/ does not mention stacks either. If your module isn't supposed to act in any fashion like 'docker service' then it'd be good to mention that in your documentation.
https://github.com/ansible-collections/community.docker/pull/491