ansible/changelogs/fragments/47900-docker_container-paused.yml
Felix Fontein 65768b996d docker_container: fix paused and add some tests (#47900)
* cleanup is already tested.

* Add test for paused.

* Add recreate and restart tests.

* timeout is a common docker option

* Implement paused and fix paused test.

* Add changelog.

* Improve paused test.
2018-11-01 08:08:43 +00:00

2 lines
77 B
YAML

bugfixes:
- "docker_container - fix ``paused`` option (which never worked)."