docker_swarm_service: flag secrets option as not secret (#102)

* Flag secrets option as not secret.

* Add changelog fragment.
This commit is contained in:
Felix Fontein
2021-03-12 22:01:11 +01:00
committed by GitHub
parent a210a37ed8
commit e42aadf3e9
2 changed files with 5 additions and 3 deletions
@@ -0,0 +1,2 @@
bugfixes:
- "docker_swarm_service - mark ``secrets`` module option with ``no_log=False`` since it does not leak secrets (https://github.com/ansible-collections/community.general/pull/2001)."