docker_swarm_service: Add working_dir option (#52425)

* Add working_dir option

* Check local mounts var to align with other checks

* Add changelog fragment

* Add trailing comma
This commit is contained in:
Hannes Ljungberg
2019-02-18 14:42:19 +01:00
committed by John R Barker
parent 37b0f5c81b
commit c80ad43371
4 changed files with 58 additions and 3 deletions

View File

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