Add 'init' option for docker_swarm_service. (#476)

* Add 'init' option for docker_swarm_service.

* Add changelog fragment.

* CR fixes.
This commit is contained in:
Petr Klejch 2020-06-09 08:23:32 +02:00 committed by GitHub
commit 423a7f122a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 67 additions and 0 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- "docker_swarm_service - Added support for ``init`` option."