mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
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.
This commit is contained in:
2
changelogs/fragments/55894-docker_container-restart.yml
Normal file
2
changelogs/fragments/55894-docker_container-restart.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- "docker_container - use docker API's ``restart`` instead of ``stop``/``start`` to restart a container."
|
||||
Reference in New Issue
Block a user