docker_swarm_service: Use str type for configs/secrets gid/uid (#55591)

* Change type of secrets gid/uid to str
* Add changelog fragment

Co-Authored-By: hannseman <hannes@5monkeys.se>
This commit is contained in:
Hannes Ljungberg
2019-04-22 17:29:46 +02:00
committed by Sam Doran
parent a8c3eeaa3d
commit 14c60e6ec8
5 changed files with 753 additions and 249 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- "docker_swarm_service - Change the type of options ``gid`` and ``uid`` on ``secrets`` and ``configs`` to ``str``."