ansible/changelogs/fragments/47900-docker_container-paused.yml
Felix Fontein 0742f00c29 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.

(cherry picked from commit 65768b996d)
2018-11-05 10:09:12 -08:00

2 lines
77 B
YAML

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