Skip to content

Commit

Permalink
docker: increase delay before controller tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Dec 18, 2024
1 parent e364d03 commit 5a08eaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/docker/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,9 @@
enabled: true
daemon_reload: true

- name: "Wait for 30 seconds before commencing"
- name: "Wait for 60 seconds before commencing"
ansible.builtin.wait_for:
timeout: "30"
timeout: "60"

- name: "Import Controller tasks"
ansible.builtin.import_tasks: "subtasks/controller.yml"
Expand Down

0 comments on commit 5a08eaf

Please sign in to comment.