ansible/changelogs/fragments/55894-docker_container-restart.yml
Felix Fontein 95d1564f70 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.
2019-05-03 11:30:39 -04:00

2 lines
No EOL
115 B
YAML

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