Skip to content

Commit 481c60a

Browse files
authored
Increase Docker restart delay to 30 seconds
1 parent c7202b6 commit 481c60a

File tree

1 file changed

+1
-1
lines changed
  • user-skel/ansible_collections/ace_box/ace_box/roles/docker/handlers

1 file changed

+1
-1
lines changed

user-skel/ansible_collections/ace_box/ace_box/roles/docker/handlers/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
state: restarted
2222
register: docker_restart_result
2323
retries: 3
24-
delay: 30 # Increased to 15 seconds to avoid systemd rate limiting
24+
delay: 30 # Increased to 30 seconds to avoid systemd rate limiting
2525
until: docker_restart_result is succeeded

0 commit comments

Comments
 (0)