ansible/changelogs/fragments/55894-docker_container-restart.yml
Felix Fontein 4818ec2823 docker_container: use restart() API function instead of stop/start sequence (#55894)
* Improve container restart.

* Adjust tests.

* Add changelog.

* Quote options.

* Move tests for restart/recreate options to start/stop tests.

* Fix changelog name.

(cherry picked from commit 95d1564f70)
2019-05-20 09:26:00 -07:00

2 lines
No EOL
115 B
YAML

bugfixes:
- "docker_container - use docker API's ``restart`` instead of ``stop``/``start`` to restart a container."