Skip to content

Commit

Permalink
koel: Add wait before init
Browse files Browse the repository at this point in the history
  • Loading branch information
owine committed Sep 5, 2023
1 parent 1b619c8 commit fbe6337
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions roles/koel/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@
- name: Create Docker container
ansible.builtin.include_tasks: "{{ resources_tasks_path }}/docker/create_docker_container.yml"

- name: koel | Wait 15 seconds before continuing
ansible.builtin.wait_for:
timeout: 15

- name: Init koel
community.docker.docker_container_exec:
container: "{{ koel_name }}"
Expand Down

0 comments on commit fbe6337

Please sign in to comment.