docker_swarm_service: Add option rollback_config (#53594)

* Add rollback_config

* Add change log fragment

* Fix broken test

* Actually fix broken tests

* Add rollback_config example

* Default rollback_config as None

* Abort early if rollback_config does not exist
This commit is contained in:
Hannes Ljungberg 2019-03-11 09:55:41 +01:00 committed by Will Thames
commit 7bb174214c
5 changed files with 553 additions and 2 deletions

View file

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