Add healthcheck start-interval option (#848)

This commit is contained in:
x4rd0o1Vtx
2024-05-09 21:22:06 +02:00
committed by GitHub
parent f51ca84197
commit a4a05e7fa5
5 changed files with 28 additions and 4 deletions
@@ -0,0 +1,2 @@
minor_changes:
- docker_container - adds ``healthcheck.start_interval`` to support healthcheck start interval setting on containers (https://github.com/ansible-collections/community.docker/pull/848).